#485870

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

Shades of Chambray #485870

Tints of Chambray #485870

Color information

#485870 (or 0x485870) is unknown color: approx Chambray. HEX triplet: 48, 58 and 70. RGB value is (72,88,112). Sum of RGB (Red+Green+Blue) = 72+88+112=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #485870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485870 is #B7A78F. Grayscale: #555555. Windows color (decimal): -12035984 or 7362632. OLE color: 7362632.

HSL color Cylindrical-coordinate representation of color #485870: hue angle of 216º 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 #485870 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7288112-
CMYK0.360.2100.56
HSL216º21.74%36.08%-
HSV(B)216º35.71%43.92%-
XYZ9.099.5316.69-
YUV85.95142.7118.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 88 (34.77% from 255) = 32.35%
BLUE value IS 112 (44.14% from 255) = 41.18%
R=26.47%
G=32.35%
B=41.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72881120.360.2100.5621621.7436.08
Hex4858702415038d81624
Octal11013016044250703302644
Binary1001000101100011100001001001010101110001101100010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485870; }

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

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

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

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

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

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

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

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