#485F73

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

Shades of Chambray #485F73

Tints of Chambray #485F73

Color information

#485F73 (or 0x485F73) is unknown color: approx Chambray. HEX triplet: 48, 5F and 73. RGB value is (72,95,115). Sum of RGB (Red+Green+Blue) = 72+95+115=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 115 - color contains mainly: blue. Hex color #485F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F73 is #B7A08C. Grayscale: #5A5A5A. Windows color (decimal): -12034189 or 7561032. OLE color: 7561032.

HSL color Cylindrical-coordinate representation of color #485F73: hue angle of 207.91º 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 #485F73 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7295115-
CMYK0.370.1700.55
HSL207.91º22.99%36.67%-
HSV(B)207.91º37.39%45.1%-
XYZ9.8610.817.78-
YUV90.4141.88114.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 95 (37.5% from 255) = 33.69%
BLUE value IS 115 (45.31% from 255) = 40.78%
R=25.53%
G=33.69%
B=40.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72951150.370.1700.55207.9122.9936.67
Hex485F732511037d01725
Octal11013716345210673202745
Binary1001000101111111100111001011000101101111101000010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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