#4A5888

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

Shades of Chambray #4A5888

Tints of Chambray #4A5888

Color information

#4A5888 (or 0x4A5888) is unknown color: approx Chambray. HEX triplet: 4A, 58 and 88. RGB value is (74,88,136). Sum of RGB (Red+Green+Blue) = 74+88+136=298 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.83% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 136 - color contains mainly: blue. Hex color #4A5888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5888 is #B5A777. Grayscale: #595959. Windows color (decimal): -11904888 or 8935498. OLE color: 8935498.

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

Color convert

RGB7488136-
CMYK0.460.3500.47
HSL226.45º29.52%41.18%-
HSV(B)226.45º45.59%53.33%-
XYZ10.7610.2124.7-
YUV89.29154.36117.1-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.83%
GREEN value IS 88 (34.77% from 255) = 29.53%
BLUE value IS 136 (53.52% from 255) = 45.64%
R=24.83%
G=29.53%
B=45.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74881360.460.3500.47226.4529.5241.18
Hex4A58882E2302Fe21e29
Octal11213021056430573423651
Binary100101010110001000100010111010001101011111110001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,88,136); }

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

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

 a { background-color: rgb(74,88,136); }

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

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

 span { border-color: rgb(74,88,136); }

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