#485576

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

Shades of Chambray #485576

Tints of Chambray #485576

Color information

#485576 (or 0x485576) is unknown color: approx Chambray. HEX triplet: 48, 55 and 76. RGB value is (72,85,118). Sum of RGB (Red+Green+Blue) = 72+85+118=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 118 - color contains mainly: blue. Hex color #485576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485576 is #B7AA89. Grayscale: #545454. Windows color (decimal): -12036746 or 7755080. OLE color: 7755080.

HSL color Cylindrical-coordinate representation of color #485576: hue angle of 223.04º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #485576 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7285118-
CMYK0.390.2800.54
HSL223.04º24.21%37.25%-
HSV(B)223.04º38.98%46.27%-
XYZ9.199.1818.43-
YUV84.88146.69118.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.18%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 118 (46.48% from 255) = 42.91%
R=26.18%
G=30.91%
B=42.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72851180.390.2800.54223.0424.2137.25
Hex485576271C036df1825
Octal11012516647340663373045
Binary1001000101010111101101001111110001101101101111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485576; }

 p { color: rgb(72,85,118); }

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

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

 a { background-color: rgb(72,85,118); }

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

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

 span { border-color: rgb(72,85,118); }

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