#4B577C

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

Shades of Chambray #4B577C

Tints of Chambray #4B577C

Color information

#4B577C (or 0x4B577C) is unknown color: approx Chambray. HEX triplet: 4B, 57 and 7C. RGB value is (75,87,124). Sum of RGB (Red+Green+Blue) = 75+87+124=286 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.22% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B577C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B577C is #B4A883. Grayscale: #575757. Windows color (decimal): -11839620 or 8148811. OLE color: 8148811.

HSL color Cylindrical-coordinate representation of color #4B577C: hue angle of 225.31º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B577C is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7587124-
CMYK0.400.3000.51
HSL225.31º24.62%39.02%-
HSV(B)225.31º39.52%48.63%-
XYZ9.959.7720.43-
YUV87.63148.52118.99-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.22%
GREEN value IS 87 (34.38% from 255) = 30.42%
BLUE value IS 124 (48.83% from 255) = 43.36%
R=26.22%
G=30.42%
B=43.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal75871240.400.3000.51225.3124.6239.02
Hex4B577C281E033e11927
Octal11312717450360633413147
Binary1001011101011111111001010001111001100111110000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B577C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,87,124); }

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

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

 a { background-color: rgb(75,87,124); }

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

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

 span { border-color: rgb(75,87,124); }

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