#4F5B88

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

Shades of Chambray #4F5B88

Tints of Chambray #4F5B88

Color information

#4F5B88 (or 0x4F5B88) is unknown color: approx Chambray. HEX triplet: 4F, 5B and 88. RGB value is (79,91,136). Sum of RGB (Red+Green+Blue) = 79+91+136=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #4F5B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5B88 is #B0A477. Grayscale: #5C5C5C. Windows color (decimal): -11576440 or 8936271. OLE color: 8936271.

HSL color Cylindrical-coordinate representation of color #4F5B88: hue angle of 227.37º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F5B88 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7991136-
CMYK0.420.3300.47
HSL227.37º26.51%42.16%-
HSV(B)227.37º41.91%53.33%-
XYZ11.4110.9224.8-
YUV92.54152.52118.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.82%
GREEN value IS 91 (35.94% from 255) = 29.74%
BLUE value IS 136 (53.52% from 255) = 44.44%
R=25.82%
G=29.74%
B=44.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal79911360.420.3300.47227.3726.5142.16
Hex4F5B882A2102Fe31b2a
Octal11713321052410573433352
Binary100111110110111000100010101010000101011111110001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,91,136); }

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

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

 a { background-color: rgb(79,91,136); }

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

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

 span { border-color: rgb(79,91,136); }

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