#485E78

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

Shades of Chambray #485E78

Tints of Chambray #485E78

Color information

#485E78 (or 0x485E78) is unknown color: approx Chambray. HEX triplet: 48, 5E and 78. RGB value is (72,94,120). Sum of RGB (Red+Green+Blue) = 72+94+120=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 120 - color contains mainly: blue. Hex color #485E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E78 is #B7A187. Grayscale: #5A5A5A. Windows color (decimal): -12034440 or 7888456. OLE color: 7888456.

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

Color convert

RGB7294120-
CMYK0.400.2200.53
HSL212.5º25%37.65%-
HSV(B)212.5º40%47.06%-
XYZ10.0710.7419.31-
YUV90.39144.71114.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.17%
GREEN value IS 94 (37.11% from 255) = 32.87%
BLUE value IS 120 (47.27% from 255) = 41.96%
R=25.17%
G=32.87%
B=41.96%

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
Decimal72941200.400.2200.53212.52537.65
Hex485E782816035d41926
Octal11013617050260653243146
Binary1001000101111011110001010001011001101011101010011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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