Color Hex Logo

#4f7bcc Color Hex

#4F7BCC
(79,123,204)
0 Favorites   0 Comments

Color spaces of #4f7bcc

RGB 79123204
HSL0.610.550.55
HSV219°61°80°
CMYK 0.610.400.00   0.20
XYZ21.206520.187859.9057
Yxy20.18780.20930.1993
Hunter Lab44.93085.6196-47.5990
CIE-Lab52.04899.9447-46.5569

#4f7bcc color RGB value is (79,123,204).

#4f7bcc hex color red value is 79, green value is 123 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4f7bcc hue: 0.61 , saturation: 0.55 and the lightness value of 4f7bcc is 0.55.

The process color (four color CMYK) of #4f7bcc color hex is 0.61, 0.40, 0.00, 0.20. Web safe color of #4f7bcc is #6666cc. Color #4f7bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01111011 11001100
Octal 117 173 314
Decimal 79 123 204
Hex 4F 7B CC

RGB Percentages of Color #4f7bcc

%19.46
%30.30
%50.25

CMYK Percentages of Color #4f7bcc

%61
%40
%0
%20

Triadic Colors of #4f7bcc

#4f7bcc #cc4f7b #7bcc4f

Analogous Colors of #4f7bcc

#4f7bcc #624fcc #4fbacc

Monochromatic Colors of #4f7bcc

#4f7bcc

Complementary Color

#4f7bcc #cca04f

#4f7bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f7bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f7bcc Color CSS Codes

.mybgcolor {background-color:#4f7bcc; } 
.myforecolor {color:#4f7bcc; }
.mybordercolor {border:3px solid #4f7bcc; }

#4f7bcc Text Font Color

<p style="color:#4f7bcc">Text here</p>

This sample text font color is #4f7bcc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4f7bcc Background Color

<div style="background-color:#4f7bcc">
Div content here</div>

This div background color is #4f7bcc


#4f7bcc Border Color

<div style="border:3px solid #4f7bcc">
Div here</div>

This div border color is #4f7bcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(79,123,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4f7bcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4f7bcc;
  -webkit-box-shadow: 1px 1px 3px 2px #4f7bcc;
  box-shadow:         1px 1px 3px 2px #4f7bcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,123,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4f7bcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4f7bcc;
  -webkit-box-shadow: 1px 1px 3px 2px #4f7bcc;
  box-shadow:         1px 1px 3px 2px #4f7bcc;">
Div content here</div>

This div box has shadow with color #4f7bcc


Comments

No comments written yet.

Please login to write comment.