#4A5B87

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

Shades of Chambray #4A5B87

Tints of Chambray #4A5B87

Color information

#4A5B87 (or 0x4A5B87) is unknown color: approx Chambray. HEX triplet: 4A, 5B and 87. RGB value is (74,91,135). Sum of RGB (Red+Green+Blue) = 74+91+135=300 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.67% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #4A5B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5B87 is #B5A478. Grayscale: #5A5A5A. Windows color (decimal): -11904121 or 8870730. OLE color: 8870730.

HSL color Cylindrical-coordinate representation of color #4A5B87: hue angle of 223.28º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A5B87 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7491135-
CMYK0.450.3300.47
HSL223.28º29.19%40.98%-
HSV(B)223.28º45.19%52.94%-
XYZ10.9410.6924.41-
YUV90.93152.87115.92-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.67%
GREEN value IS 91 (35.94% from 255) = 30.33%
BLUE value IS 135 (53.12% from 255) = 45%
R=24.67%
G=30.33%
B=45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74911350.450.3300.47223.2829.1940.98
Hex4A5B872D2102Fdf1d29
Octal11213320755410573373551
Binary100101010110111000011110110110000101011111101111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,91,135); }

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

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

 a { background-color: rgb(74,91,135); }

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

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

 span { border-color: rgb(74,91,135); }

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