#485F79

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

Shades of Chambray #485F79

Tints of Chambray #485F79

Color information

#485F79 (or 0x485F79) is unknown color: approx Chambray. HEX triplet: 48, 5F and 79. RGB value is (72,95,121). Sum of RGB (Red+Green+Blue) = 72+95+121=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 121 - color contains mainly: blue. Hex color #485F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F79 is #B7A086. Grayscale: #5A5A5A. Windows color (decimal): -12034183 or 7954248. OLE color: 7954248.

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

Color convert

RGB7295121-
CMYK0.400.2100.53
HSL211.84º25.39%37.84%-
HSV(B)211.84º40.5%47.45%-
XYZ10.2210.9419.66-
YUV91.09144.88114.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25%
GREEN value IS 95 (37.5% from 255) = 32.99%
BLUE value IS 121 (47.66% from 255) = 42.01%
R=25%
G=32.99%
B=42.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72951210.400.2100.53211.8425.3937.84
Hex485F792815035d41926
Octal11013717150250653243146
Binary1001000101111111110011010001010101101011101010011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,95,121); }

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

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

 a { background-color: rgb(72,95,121); }

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

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

 span { border-color: rgb(72,95,121); }

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