#485577

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

Shades of Chambray #485577

Tints of Chambray #485577

Color information

#485577 (or 0x485577) is unknown color: approx Chambray. HEX triplet: 48, 55 and 77. RGB value is (72,85,119). Sum of RGB (Red+Green+Blue) = 72+85+119=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 119 - color contains mainly: blue. Hex color #485577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485577 is #B7AA88. Grayscale: #545454. Windows color (decimal): -12036745 or 7820616. OLE color: 7820616.

HSL color Cylindrical-coordinate representation of color #485577: hue angle of 223.4º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #485577 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7285119-
CMYK0.390.2900.53
HSL223.4º24.61%37.45%-
HSV(B)223.4º39.5%46.67%-
XYZ9.259.2118.74-
YUV84.99147.19118.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.09%
GREEN value IS 85 (33.59% from 255) = 30.80%
BLUE value IS 119 (46.88% from 255) = 43.12%
R=26.09%
G=30.80%
B=43.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72851190.390.2900.53223.424.6137.45
Hex485577271D035df1925
Octal11012516747350653373145
Binary1001000101010111101111001111110101101011101111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485577; }

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

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

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

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

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

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

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

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