#4B567D

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

Shades of Chambray #4B567D

Tints of Chambray #4B567D

Color information

#4B567D (or 0x4B567D) is unknown color: approx Chambray. HEX triplet: 4B, 56 and 7D. RGB value is (75,86,125). Sum of RGB (Red+Green+Blue) = 75+86+125=286 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.22% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #4B567D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B567D is #B4A982. Grayscale: #565656. Windows color (decimal): -11839875 or 8214091. OLE color: 8214091.

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

Color convert

RGB7586125-
CMYK0.400.3100.51
HSL226.8º25%39.22%-
HSV(B)226.8º40%49.02%-
XYZ9.939.6320.74-
YUV87.16149.36119.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.22%
GREEN value IS 86 (33.98% from 255) = 30.07%
BLUE value IS 125 (49.22% from 255) = 43.71%
R=26.22%
G=30.07%
B=43.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal75861250.400.3100.51226.82539.22
Hex4B567D281F033e31927
Octal11312617550370633433147
Binary1001011101011011111011010001111101100111110001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B567D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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