#4B5977

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

Shades of Chambray #4B5977

Tints of Chambray #4B5977

Color information

#4B5977 (or 0x4B5977) is unknown color: approx Chambray. HEX triplet: 4B, 59 and 77. RGB value is (75,89,119). Sum of RGB (Red+Green+Blue) = 75+89+119=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 119 - color contains mainly: blue. Hex color #4B5977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5977 is #B4A688. Grayscale: #585858. Windows color (decimal): -11839113 or 7821643. OLE color: 7821643.

HSL color Cylindrical-coordinate representation of color #4B5977: hue angle of 220.91º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B5977 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7589119-
CMYK0.370.2500.53
HSL220.91º22.68%38.04%-
HSV(B)220.91º36.97%46.67%-
XYZ9.89.9718.86-
YUV88.23145.36118.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.50%
GREEN value IS 89 (35.16% from 255) = 31.45%
BLUE value IS 119 (46.88% from 255) = 42.05%
R=26.50%
G=31.45%
B=42.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75891190.370.2500.53220.9122.6838.04
Hex4B59772519035dd1726
Octal11313116745310653352746
Binary1001011101100111101111001011100101101011101110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,89,119); }

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

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

 a { background-color: rgb(75,89,119); }

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

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

 span { border-color: rgb(75,89,119); }

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