#4C5B88

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

Shades of Chambray #4C5B88

Tints of Chambray #4C5B88

Color information

#4C5B88 (or 0x4C5B88) is unknown color: approx Chambray. HEX triplet: 4C, 5B and 88. RGB value is (76,91,136). Sum of RGB (Red+Green+Blue) = 76+91+136=303 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.08% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #4C5B88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5B88 is #B3A477. Grayscale: #5B5B5B. Windows color (decimal): -11773048 or 8936268. OLE color: 8936268.

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

Color convert

RGB7691136-
CMYK0.440.3300.47
HSL225º28.3%41.57%-
HSV(B)225º44.12%53.33%-
XYZ11.1710.824.79-
YUV91.64153.03116.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.08%
GREEN value IS 91 (35.94% from 255) = 30.03%
BLUE value IS 136 (53.52% from 255) = 44.88%
R=25.08%
G=30.03%
B=44.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal76911360.440.3300.4722528.341.57
Hex4C5B882C2102Fe11c2a
Octal11413321054410573413452
Binary100110010110111000100010110010000101011111110000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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