#4B557D

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

Shades of Chambray #4B557D

Tints of Chambray #4B557D

Color information

#4B557D (or 0x4B557D) is unknown color: approx Chambray. HEX triplet: 4B, 55 and 7D. RGB value is (75,85,125). Sum of RGB (Red+Green+Blue) = 75+85+125=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 125 - color contains mainly: blue. Hex color #4B557D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B557D is #B4AA82. Grayscale: #565656. Windows color (decimal): -11840131 or 8213835. OLE color: 8213835.

HSL color Cylindrical-coordinate representation of color #4B557D: hue angle of 228º 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 #4B557D is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7585125-
CMYK0.400.3200.51
HSL228º25%39.22%-
HSV(B)228º40%49.02%-
XYZ9.859.4720.71-
YUV86.57149.69119.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.32%
GREEN value IS 85 (33.59% from 255) = 29.82%
BLUE value IS 125 (49.22% from 255) = 43.86%
R=26.32%
G=29.82%
B=43.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal75851250.400.3200.512282539.22
Hex4B557D2820033e41927
Octal11312517550400633443147
Binary10010111010101111110110100010000001100111110010011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,85,125); }

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

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

 a { background-color: rgb(75,85,125); }

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

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

 span { border-color: rgb(75,85,125); }

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