#4F5884

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

Shades of Chambray #4F5884

Tints of Chambray #4F5884

Color information

#4F5884 (or 0x4F5884) is unknown color: approx Chambray. HEX triplet: 4F, 58 and 84. RGB value is (79,88,132). Sum of RGB (Red+Green+Blue) = 79+88+132=299 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.42% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #4F5884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5884 is #B0A77B. Grayscale: #5A5A5A. Windows color (decimal): -11577212 or 8673359. OLE color: 8673359.

HSL color Cylindrical-coordinate representation of color #4F5884: hue angle of 229.81º 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 #4F5884 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7988132-
CMYK0.400.3300.48
HSL229.81º25.12%41.37%-
HSV(B)229.81º40.15%51.76%-
XYZ10.8810.3123.25-
YUV90.32151.52119.92-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.42%
GREEN value IS 88 (34.77% from 255) = 29.43%
BLUE value IS 132 (51.95% from 255) = 44.15%
R=26.42%
G=29.43%
B=44.15%

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
Decimal79881320.400.3300.48229.8125.1241.37
Hex4F58842821030e61929
Octal11713020450410603463151
Binary100111110110001000010010100010000101100001110011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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