Color Hex Logo

#4f7afb Color Hex

#4F7AFB
(79,122,251)
0 Favorites   0 Comments

Color spaces of #4f7afb

RGB 79122251
HSL0.630.960.65
HSV225°69°98°
CMYK 0.690.510.00   0.02
XYZ27.596622.546494.1642
Yxy22.54640.19120.1562
Hunter Lab47.483020.6468-84.3406
CIE-Lab54.602026.7682-68.8208

#4f7afb color RGB value is (79,122,251).

#4f7afb hex color red value is 79, green value is 122 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #4f7afb hue: 0.63 , saturation: 0.96 and the lightness value of 4f7afb is 0.65.

The process color (four color CMYK) of #4f7afb color hex is 0.69, 0.51, 0.00, 0.02. Web safe color of #4f7afb is #6666ff. Color #4f7afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01111010 11111011
Octal 117 172 373
Decimal 79 122 251
Hex 4F 7A FB

RGB Percentages of Color #4f7afb

%17.48
%26.99
%55.53

CMYK Percentages of Color #4f7afb

%69
%51
%0
%2

Triadic Colors of #4f7afb

#4f7afb #fb4f7a #7afb4f

Analogous Colors of #4f7afb

#4f7afb #7a4ffb #4fd0fb

Monochromatic Colors of #4f7afb

#4f7afb

Complementary Color

#4f7afb #fbd04f

#4f7afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f7afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f7afb Color CSS Codes

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

#4f7afb Text Font Color

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

This sample text font color is #4f7afb
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.


#4f7afb Background Color

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

This div background color is #4f7afb


#4f7afb Border Color

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

This div border color is #4f7afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f7afb


Comments

No comments written yet.

Please login to write comment.