#486079

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

Shades of Chambray #486079

Tints of Chambray #486079

Color information

#486079 (or 0x486079) is unknown color: approx Chambray. HEX triplet: 48, 60 and 79. RGB value is (72,96,121). Sum of RGB (Red+Green+Blue) = 72+96+121=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 121 - color contains mainly: blue. Hex color #486079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486079 is #B79F86. Grayscale: #5B5B5B. Windows color (decimal): -12033927 or 7954504. OLE color: 7954504.

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

Color convert

RGB7296121-
CMYK0.400.2100.53
HSL210.61º25.39%37.84%-
HSV(B)210.61º40.5%47.45%-
XYZ10.3111.1219.69-
YUV91.67144.55113.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.91%
GREEN value IS 96 (37.89% from 255) = 33.22%
BLUE value IS 121 (47.66% from 255) = 41.87%
R=24.91%
G=33.22%
B=41.87%

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
Decimal72961210.400.2100.53210.6125.3937.84
Hex4860792815035d31926
Octal11014017150250653233146
Binary1001000110000011110011010001010101101011101001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486079; }

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

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

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

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

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

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

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

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