#4F5978

Color #4F5978 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #4F5978

Tints of Chambray #4F5978

Color information

#4F5978 (or 0x4F5978) is unknown color: approx Chambray. HEX triplet: 4F, 59 and 78. RGB value is (79,89,120). Sum of RGB (Red+Green+Blue) = 79+89+120=288 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.43% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 120 - color contains mainly: blue. Hex color #4F5978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5978 is #B0A687. Grayscale: #595959. Windows color (decimal): -11576968 or 7887183. OLE color: 7887183.

HSL color Cylindrical-coordinate representation of color #4F5978: hue angle of 225.37º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F5978 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7989120-
CMYK0.340.2600.53
HSL225.37º20.6%39.02%-
HSV(B)225.37º34.17%47.06%-
XYZ10.1910.1619.19-
YUV89.54145.19120.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 79 (31.25% from 255) = 27.43%
GREEN value IS 89 (35.16% from 255) = 30.90%
BLUE value IS 120 (47.27% from 255) = 41.67%
R=27.43%
G=30.90%
B=41.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal79891200.340.2600.53225.3720.639.02
Hex4F5978221A035e11527
Octal11713117042320653412547
Binary1001111101100111110001000101101001101011110000110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F5978; }

 p { color: rgb(79,89,120); }

 H1.HeaderClassName
 {
   color: #4F5978;
 }
 .AnyTagClassName
 {
   color: #4F5978;
 }
</style>
background-color css

<style>
 a { background-color: #4F5978; }

 a { background-color: rgb(79,89,120); }

 div.DivClassName
 {
   background-color: #4F5978;
 }
 .BgClassName
 {
   background-color: #4F5978;
 }
</style>
border-color css

<style>
 span { border-color: #4F5978; }

 span { border-color: rgb(79,89,120); }

 td.TdClassName
 {
   border-color: #4F5978;
 }
 .TagClassName
 {
   border-color: #4F5978;
 }
</style>