#485778

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

Shades of Chambray #485778

Tints of Chambray #485778

Color information

#485778 (or 0x485778) is unknown color: approx Chambray. HEX triplet: 48, 57 and 78. RGB value is (72,87,120). Sum of RGB (Red+Green+Blue) = 72+87+120=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 120 - color contains mainly: blue. Hex color #485778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485778 is #B7A887. Grayscale: #565656. Windows color (decimal): -12036232 or 7886664. OLE color: 7886664.

HSL color Cylindrical-coordinate representation of color #485778: hue angle of 221.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #485778 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7287120-
CMYK0.400.2800.53
HSL221.25º25%37.65%-
HSV(B)221.25º40%47.06%-
XYZ9.479.5519.11-
YUV86.28147.03117.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 87 (34.38% from 255) = 31.18%
BLUE value IS 120 (47.27% from 255) = 43.01%
R=25.81%
G=31.18%
B=43.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72871200.400.2800.53221.252537.65
Hex485778281C035dd1926
Octal11012717050340653353146
Binary1001000101011111110001010001110001101011101110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485778; }

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

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

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

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

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

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

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

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