Color Hex Logo

#4f4263 Color Hex

#4F4263
(79,66,99)
0 Favorites   0 Comments

Color spaces of #4f4263

RGB 796699
HSL0.730.200.32
HSV264°33°39°
CMYK 0.200.330.00   0.61
XYZ7.42486.459512.6599
Yxy6.45950.27970.2433
Hunter Lab25.41557.6691-11.7424
CIE-Lab30.543313.1219-17.3686

#4f4263 color RGB value is (79,66,99).

#4f4263 hex color red value is 79, green value is 66 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #4f4263 hue: 0.73 , saturation: 0.20 and the lightness value of 4f4263 is 0.32.

The process color (four color CMYK) of #4f4263 color hex is 0.20, 0.33, 0.00, 0.61. Web safe color of #4f4263 is #663366. Color #4f4263 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01000010 01100011
Octal 117 102 143
Decimal 79 66 99
Hex 4F 42 63

RGB Percentages of Color #4f4263

%32.38
%27.05
%40.57

CMYK Percentages of Color #4f4263

%20
%33
%0
%61

Triadic Colors of #4f4263

#4f4263 #634f42 #42634f

Analogous Colors of #4f4263

#4f4263 #604263 #424663

Monochromatic Colors of #4f4263

#4f4263

Complementary Color

#4f4263 #566342

#4f4263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f4263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f4263 Color CSS Codes

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

#4f4263 Text Font Color

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

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


#4f4263 Background Color

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

This div background color is #4f4263


#4f4263 Border Color

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

This div border color is #4f4263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f4263


Comments

No comments written yet.

Please login to write comment.