#4F5984

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

Shades of Chambray #4F5984

Tints of Chambray #4F5984

Color information

#4F5984 (or 0x4F5984) is unknown color: approx Chambray. HEX triplet: 4F, 59 and 84. RGB value is (79,89,132). Sum of RGB (Red+Green+Blue) = 79+89+132=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 132 - color contains mainly: blue. Hex color #4F5984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5984 is #B0A67B. Grayscale: #5A5A5A. Windows color (decimal): -11576956 or 8673615. OLE color: 8673615.

HSL color Cylindrical-coordinate representation of color #4F5984: hue angle of 228.68º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F5984 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7989132-
CMYK0.400.3300.48
HSL228.68º25.12%41.37%-
HSV(B)228.68º40.15%51.76%-
XYZ10.9610.4723.27-
YUV90.91151.19119.5-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.33%
GREEN value IS 89 (35.16% from 255) = 29.67%
BLUE value IS 132 (51.95% from 255) = 44%
R=26.33%
G=29.67%
B=44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79891320.400.3300.48228.6825.1241.37
Hex4F59842821030e51929
Octal11713120450410603453151
Binary100111110110011000010010100010000101100001110010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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