#4B5B79

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

Shades of Chambray #4B5B79

Tints of Chambray #4B5B79

Color information

#4B5B79 (or 0x4B5B79) is unknown color: approx Chambray. HEX triplet: 4B, 5B and 79. RGB value is (75,91,121). Sum of RGB (Red+Green+Blue) = 75+91+121=287 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.13% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 121 - color contains mainly: blue. Hex color #4B5B79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5B79 is #B4A486. Grayscale: #595959. Windows color (decimal): -11838599 or 7953227. OLE color: 7953227.

HSL color Cylindrical-coordinate representation of color #4B5B79: hue angle of 219.13º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B5B79 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7591121-
CMYK0.380.2500.53
HSL219.13º23.47%38.43%-
HSV(B)219.13º38.02%47.45%-
XYZ10.0910.3619.56-
YUV89.64145.7117.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.13%
GREEN value IS 91 (35.94% from 255) = 31.71%
BLUE value IS 121 (47.66% from 255) = 42.16%
R=26.13%
G=31.71%
B=42.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75911210.380.2500.53219.1323.4738.43
Hex4B5B792619035db1726
Octal11313317146310653332746
Binary1001011101101111110011001101100101101011101101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,91,121); }

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

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

 a { background-color: rgb(75,91,121); }

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

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

 span { border-color: rgb(75,91,121); }

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