#485976

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

Shades of Chambray #485976

Tints of Chambray #485976

Color information

#485976 (or 0x485976) is unknown color: approx Chambray. HEX triplet: 48, 59 and 76. RGB value is (72,89,118). Sum of RGB (Red+Green+Blue) = 72+89+118=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: blue. Hex color #485976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485976 is #B7A689. Grayscale: #575757. Windows color (decimal): -12035722 or 7756104. OLE color: 7756104.

HSL color Cylindrical-coordinate representation of color #485976: hue angle of 217.83º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #485976 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7289118-
CMYK0.390.2500.54
HSL217.83º24.21%37.25%-
HSV(B)217.83º38.98%46.27%-
XYZ9.519.8318.54-
YUV87.22145.37117.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 89 (35.16% from 255) = 31.90%
BLUE value IS 118 (46.48% from 255) = 42.29%
R=25.81%
G=31.90%
B=42.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72891180.390.2500.54217.8324.2137.25
Hex4859762719036da1825
Octal11013116647310663323045
Binary1001000101100111101101001111100101101101101101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485976; }

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

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

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

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

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

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

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

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