#4B5582

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

Shades of Chambray #4B5582

Tints of Chambray #4B5582

Color information

#4B5582 (or 0x4B5582) is unknown color: approx Chambray. HEX triplet: 4B, 55 and 82. RGB value is (75,85,130). Sum of RGB (Red+Green+Blue) = 75+85+130=290 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.86% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 130 - color contains mainly: blue. Hex color #4B5582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5582 is #B4AA7D. Grayscale: #565656. Windows color (decimal): -11840126 or 8541515. OLE color: 8541515.

HSL color Cylindrical-coordinate representation of color #4B5582: hue angle of 229.09º 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 #4B5582 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7585130-
CMYK0.420.3500.49
HSL229.09º26.83%40.2%-
HSV(B)229.09º42.31%50.98%-
XYZ10.189.622.44-
YUV87.14152.19119.34-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.86%
GREEN value IS 85 (33.59% from 255) = 29.31%
BLUE value IS 130 (51.17% from 255) = 44.83%
R=25.86%
G=29.31%
B=44.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75851300.420.3500.49229.0926.8340.2
Hex4B55822A23031e51b28
Octal11312520252430613453350
Binary100101110101011000001010101010001101100011110010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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