#485777

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

Shades of Chambray #485777

Tints of Chambray #485777

Color information

#485777 (or 0x485777) is unknown color: approx Chambray. HEX triplet: 48, 57 and 77. RGB value is (72,87,119). Sum of RGB (Red+Green+Blue) = 72+87+119=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #485777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485777 is #B7A888. Grayscale: #565656. Windows color (decimal): -12036233 or 7821128. OLE color: 7821128.

HSL color Cylindrical-coordinate representation of color #485777: hue angle of 220.85º 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 #485777 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7287119-
CMYK0.390.2700.53
HSL220.85º24.61%37.45%-
HSV(B)220.85º39.5%46.67%-
XYZ9.419.5318.8-
YUV86.16146.53117.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.90%
GREEN value IS 87 (34.38% from 255) = 31.29%
BLUE value IS 119 (46.88% from 255) = 42.81%
R=25.90%
G=31.29%
B=42.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72871190.390.2700.53220.8524.6137.45
Hex485777271B035dd1925
Octal11012716747330653353145
Binary1001000101011111101111001111101101101011101110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485777; }

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

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

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

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

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

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

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

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