#485A73

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

Shades of Chambray #485A73

Tints of Chambray #485A73

Color information

#485A73 (or 0x485A73) is unknown color: approx Chambray. HEX triplet: 48, 5A and 73. RGB value is (72,90,115). Sum of RGB (Red+Green+Blue) = 72+90+115=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 115 - color contains mainly: blue. Hex color #485A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485A73 is #B7A58C. Grayscale: #575757. Windows color (decimal): -12035469 or 7559752. OLE color: 7559752.

HSL color Cylindrical-coordinate representation of color #485A73: hue angle of 214.88º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #485A73 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7290115-
CMYK0.370.2200.55
HSL214.88º22.99%36.67%-
HSV(B)214.88º37.39%45.1%-
XYZ9.429.9317.64-
YUV87.47143.54116.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.99%
GREEN value IS 90 (35.55% from 255) = 32.49%
BLUE value IS 115 (45.31% from 255) = 41.52%
R=25.99%
G=32.49%
B=41.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72901150.370.2200.55214.8822.9936.67
Hex485A732516037d71725
Octal11013216345260673272745
Binary1001000101101011100111001011011001101111101011110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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