#485D78

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

Shades of Chambray #485D78

Tints of Chambray #485D78

Color information

#485D78 (or 0x485D78) is unknown color: approx Chambray. HEX triplet: 48, 5D and 78. RGB value is (72,93,120). Sum of RGB (Red+Green+Blue) = 72+93+120=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 120 - color contains mainly: blue. Hex color #485D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D78 is #B7A287. Grayscale: #595959. Windows color (decimal): -12034696 or 7888200. OLE color: 7888200.

HSL color Cylindrical-coordinate representation of color #485D78: hue angle of 213.75º 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 #485D78 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7293120-
CMYK0.400.2200.53
HSL213.75º25%37.65%-
HSV(B)213.75º40%47.06%-
XYZ9.9810.5619.28-
YUV89.8145.04115.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 93 (36.72% from 255) = 32.63%
BLUE value IS 120 (47.27% from 255) = 42.11%
R=25.26%
G=32.63%
B=42.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72931200.400.2200.53213.752537.65
Hex485D782816035d61926
Octal11013517050260653263146
Binary1001000101110111110001010001011001101011101011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485D78; }

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

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

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

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

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

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

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

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