#485B70

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

Shades of Chambray #485B70

Tints of Chambray #485B70

Color information

#485B70 (or 0x485B70) is unknown color: approx Chambray. HEX triplet: 48, 5B and 70. RGB value is (72,91,112). Sum of RGB (Red+Green+Blue) = 72+91+112=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 112 - color contains mainly: blue. Hex color #485B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485B70 is #B7A48F. Grayscale: #575757. Windows color (decimal): -12035216 or 7363400. OLE color: 7363400.

HSL color Cylindrical-coordinate representation of color #485B70: hue angle of 211.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #485B70 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7291112-
CMYK0.360.1900.56
HSL211.5º21.74%36.08%-
HSV(B)211.5º35.71%43.92%-
XYZ9.3410.0316.77-
YUV87.71141.71116.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.18%
GREEN value IS 91 (35.94% from 255) = 33.09%
BLUE value IS 112 (44.14% from 255) = 40.73%
R=26.18%
G=33.09%
B=40.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72911120.360.1900.56211.521.7436.08
Hex485B702413038d41624
Octal11013316044230703242644
Binary1001000101101111100001001001001101110001101010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,91,112); }

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

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

 a { background-color: rgb(72,91,112); }

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

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

 span { border-color: rgb(72,91,112); }

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