#4B5D71

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

Shades of Chambray #4B5D71

Tints of Chambray #4B5D71

Color information

#4B5D71 (or 0x4B5D71) is unknown color: approx Chambray. HEX triplet: 4B, 5D and 71. RGB value is (75,93,113). Sum of RGB (Red+Green+Blue) = 75+93+113=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #4B5D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5D71 is #B4A28E. Grayscale: #595959. Windows color (decimal): -11838095 or 7429451. OLE color: 7429451.

HSL color Cylindrical-coordinate representation of color #4B5D71: hue angle of 211.58º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4B5D71 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7593113-
CMYK0.340.1800.56
HSL211.58º20.21%36.86%-
HSV(B)211.58º33.63%44.31%-
XYZ9.810.5217.14-
YUV89.9141.04117.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.69%
GREEN value IS 93 (36.72% from 255) = 33.10%
BLUE value IS 113 (44.53% from 255) = 40.21%
R=26.69%
G=33.10%
B=40.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75931130.340.1800.56211.5820.2136.86
Hex4B5D712212038d41425
Octal11313516142220703242445
Binary1001011101110111100011000101001001110001101010010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,93,113); }

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

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

 a { background-color: rgb(75,93,113); }

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

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

 span { border-color: rgb(75,93,113); }

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