#4B5979

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

Shades of Chambray #4B5979

Tints of Chambray #4B5979

Color information

#4B5979 (or 0x4B5979) is unknown color: approx Chambray. HEX triplet: 4B, 59 and 79. RGB value is (75,89,121). Sum of RGB (Red+Green+Blue) = 75+89+121=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 121 - color contains mainly: blue. Hex color #4B5979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5979 is #B4A686. Grayscale: #585858. Windows color (decimal): -11839111 or 7952715. OLE color: 7952715.

HSL color Cylindrical-coordinate representation of color #4B5979: hue angle of 221.74º 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 #4B5979 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7589121-
CMYK0.380.2600.53
HSL221.74º23.47%38.43%-
HSV(B)221.74º38.02%47.45%-
XYZ9.9310.0219.5-
YUV88.46146.36118.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.32%
GREEN value IS 89 (35.16% from 255) = 31.23%
BLUE value IS 121 (47.66% from 255) = 42.46%
R=26.32%
G=31.23%
B=42.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75891210.380.2600.53221.7423.4738.43
Hex4B5979261A035de1726
Octal11313117146320653362746
Binary1001011101100111110011001101101001101011101111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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