#485977

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

Shades of Chambray #485977

Tints of Chambray #485977

Color information

#485977 (or 0x485977) is unknown color: approx Chambray. HEX triplet: 48, 59 and 77. RGB value is (72,89,119). Sum of RGB (Red+Green+Blue) = 72+89+119=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 119 - color contains mainly: blue. Hex color #485977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485977 is #B7A688. Grayscale: #575757. Windows color (decimal): -12035721 or 7821640. OLE color: 7821640.

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

Color convert

RGB7289119-
CMYK0.390.2500.53
HSL218.3º24.61%37.45%-
HSV(B)218.3º39.5%46.67%-
XYZ9.579.8518.85-
YUV87.34145.87117.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.71%
GREEN value IS 89 (35.16% from 255) = 31.79%
BLUE value IS 119 (46.88% from 255) = 42.5%
R=25.71%
G=31.79%
B=42.5%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72891190.390.2500.53218.324.6137.45
Hex4859772719035da1925
Octal11013116747310653323145
Binary1001000101100111101111001111100101101011101101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485977; }

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

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

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

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

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

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

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

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