#485986

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

Shades of Chambray #485986

Tints of Chambray #485986

Color information

#485986 (or 0x485986) is unknown color: approx Chambray. HEX triplet: 48, 59 and 86. RGB value is (72,89,134). Sum of RGB (Red+Green+Blue) = 72+89+134=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 134 - color contains mainly: blue. Hex color #485986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485986 is #B7A679. Grayscale: #585858. Windows color (decimal): -12035706 or 8804680. OLE color: 8804680.

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

Color convert

RGB7289134-
CMYK0.460.3400.47
HSL223.55º30.1%40.39%-
HSV(B)223.55º46.27%52.55%-
XYZ10.5510.2423.98-
YUV89.05153.37115.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.41%
GREEN value IS 89 (35.16% from 255) = 30.17%
BLUE value IS 134 (52.73% from 255) = 45.42%
R=24.41%
G=30.17%
B=45.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72891340.460.3400.47223.5530.140.39
Hex4859862E2202Fe01e28
Octal11013120656420573403650
Binary100100010110011000011010111010001001011111110000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485986; }

 p { color: rgb(72,89,134); }

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

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

 a { background-color: rgb(72,89,134); }

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

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

 span { border-color: rgb(72,89,134); }

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