Color Hex Logo

#4f427b Color Hex

#4F427B
(79,66,123)
0 Favorites   0 Comments

Color spaces of #4f427b

RGB 7966123
HSL0.700.300.37
HSV254°46°48°
CMYK 0.360.460.00   0.52
XYZ8.74786.988819.6268
Yxy6.98880.24740.1976
Hunter Lab26.436312.8022-25.5125
CIE-Lab31.781419.7935-30.5961

#4f427b color RGB value is (79,66,123).

#4f427b hex color red value is 79, green value is 66 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #4f427b hue: 0.70 , saturation: 0.30 and the lightness value of 4f427b is 0.37.

The process color (four color CMYK) of #4f427b color hex is 0.36, 0.46, 0.00, 0.52. Web safe color of #4f427b is #663366. Color #4f427b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01000010 01111011
Octal 117 102 173
Decimal 79 66 123
Hex 4F 42 7B

RGB Percentages of Color #4f427b

%29.48
%24.63
%45.90

CMYK Percentages of Color #4f427b

%36
%46
%0
%52

Triadic Colors of #4f427b

#4f427b #7b4f42 #427b4f

Analogous Colors of #4f427b

#4f427b #6c427b #42527b

Monochromatic Colors of #4f427b

#4f427b

Complementary Color

#4f427b #6e7b42

#4f427b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f427b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f427b Color CSS Codes

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

#4f427b Text Font Color

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

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


#4f427b Background Color

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

This div background color is #4f427b


#4f427b Border Color

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

This div border color is #4f427b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f427b


Comments

No comments written yet.

Please login to write comment.