#4B5D7B

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

Shades of Chambray #4B5D7B

Tints of Chambray #4B5D7B

Color information

#4B5D7B (or 0x4B5D7B) is unknown color: approx Chambray. HEX triplet: 4B, 5D and 7B. RGB value is (75,93,123). Sum of RGB (Red+Green+Blue) = 75+93+123=291 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.77% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 123 - color contains mainly: blue. Hex color #4B5D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5D7B is #B4A284. Grayscale: #5A5A5A. Windows color (decimal): -11838085 or 8084811. OLE color: 8084811.

HSL color Cylindrical-coordinate representation of color #4B5D7B: hue angle of 217.5º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B5D7B is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7593123-
CMYK0.390.2400.52
HSL217.5º24.24%38.82%-
HSV(B)217.5º39.02%48.24%-
XYZ10.3910.7520.27-
YUV91.04146.04116.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.77%
GREEN value IS 93 (36.72% from 255) = 31.96%
BLUE value IS 123 (48.44% from 255) = 42.27%
R=25.77%
G=31.96%
B=42.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal75931230.390.2400.52217.524.2438.82
Hex4B5D7B2718034da1827
Octal11313517347300643323047
Binary1001011101110111110111001111100001101001101101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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