#485A77

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

Shades of Chambray #485A77

Tints of Chambray #485A77

Color information

#485A77 (or 0x485A77) is unknown color: approx Chambray. HEX triplet: 48, 5A and 77. RGB value is (72,90,119). Sum of RGB (Red+Green+Blue) = 72+90+119=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 119 - color contains mainly: blue. Hex color #485A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485A77 is #B7A588. Grayscale: #575757. Windows color (decimal): -12035465 or 7821896. OLE color: 7821896.

HSL color Cylindrical-coordinate representation of color #485A77: hue angle of 217.02º 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 #485A77 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7290119-
CMYK0.390.2400.53
HSL217.02º24.61%37.45%-
HSV(B)217.02º39.5%46.67%-
XYZ9.6610.0218.88-
YUV87.92145.54116.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.62%
GREEN value IS 90 (35.55% from 255) = 32.03%
BLUE value IS 119 (46.88% from 255) = 42.35%
R=25.62%
G=32.03%
B=42.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72901190.390.2400.53217.0224.6137.45
Hex485A772718035d91925
Octal11013216747300653313145
Binary1001000101101011101111001111100001101011101100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485A77; }

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

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

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

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

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

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

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

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