#4C5989

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

Shades of Chambray #4C5989

Tints of Chambray #4C5989

Color information

#4C5989 (or 0x4C5989) is unknown color: approx Chambray. HEX triplet: 4C, 59 and 89. RGB value is (76,89,137). Sum of RGB (Red+Green+Blue) = 76+89+137=302 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.17% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 137 - color contains mainly: blue. Hex color #4C5989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5989 is #B3A676. Grayscale: #5A5A5A. Windows color (decimal): -11773559 or 9001292. OLE color: 9001292.

HSL color Cylindrical-coordinate representation of color #4C5989: hue angle of 227.21º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C5989 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7689137-
CMYK0.450.3500.46
HSL227.21º28.64%41.76%-
HSV(B)227.21º44.53%53.73%-
XYZ11.0710.4925.11-
YUV90.58154.19117.6-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.17%
GREEN value IS 89 (35.16% from 255) = 29.47%
BLUE value IS 137 (53.91% from 255) = 45.36%
R=25.17%
G=29.47%
B=45.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal76891370.450.3500.46227.2128.6441.76
Hex4C59892D2302Ee31d2a
Octal11413121155430563433552
Binary100110010110011000100110110110001101011101110001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,89,137); }

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

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

 a { background-color: rgb(76,89,137); }

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

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

 span { border-color: rgb(76,89,137); }

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