#4B5982

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

Shades of Chambray #4B5982

Tints of Chambray #4B5982

Color information

#4B5982 (or 0x4B5982) is unknown color: approx Chambray. HEX triplet: 4B, 59 and 82. RGB value is (75,89,130). Sum of RGB (Red+Green+Blue) = 75+89+130=294 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.51% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 130 - color contains mainly: blue. Hex color #4B5982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5982 is #B4A67D. Grayscale: #595959. Windows color (decimal): -11839102 or 8542539. OLE color: 8542539.

HSL color Cylindrical-coordinate representation of color #4B5982: hue angle of 224.73º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B5982 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7589130-
CMYK0.420.3200.49
HSL224.73º26.83%40.2%-
HSV(B)224.73º42.31%50.98%-
XYZ10.510.2522.54-
YUV89.49150.86117.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.51%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 130 (51.17% from 255) = 44.22%
R=25.51%
G=30.27%
B=44.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75891300.420.3200.49224.7326.8340.2
Hex4B59822A20031e11b28
Octal11313120252400613413350
Binary100101110110011000001010101010000001100011110000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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