#4A5783

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

Shades of Chambray #4A5783

Tints of Chambray #4A5783

Color information

#4A5783 (or 0x4A5783) is unknown color: approx Chambray. HEX triplet: 4A, 57 and 83. RGB value is (74,87,131). Sum of RGB (Red+Green+Blue) = 74+87+131=292 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.34% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 131 - color contains mainly: blue. Hex color #4A5783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5783 is #B5A87C. Grayscale: #575757. Windows color (decimal): -11905149 or 8607562. OLE color: 8607562.

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

Color convert

RGB7487131-
CMYK0.440.3400.49
HSL226.32º27.8%40.2%-
HSV(B)226.32º43.51%51.37%-
XYZ10.339.9122.84-
YUV88.13152.19117.92-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.34%
GREEN value IS 87 (34.38% from 255) = 29.79%
BLUE value IS 131 (51.56% from 255) = 44.86%
R=25.34%
G=29.79%
B=44.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal74871310.440.3400.49226.3227.840.2
Hex4A57832C22031e21c28
Octal11212720354420613423450
Binary100101010101111000001110110010001001100011110001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,87,131); }

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

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

 a { background-color: rgb(74,87,131); }

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

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

 span { border-color: rgb(74,87,131); }

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