#486176

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

Shades of Chambray #486176

Tints of Chambray #486176

Color information

#486176 (or 0x486176) is unknown color: approx Chambray. HEX triplet: 48, 61 and 76. RGB value is (72,97,118). Sum of RGB (Red+Green+Blue) = 72+97+118=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 118 - color contains mainly: blue. Hex color #486176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486176 is #B79E89. Grayscale: #5B5B5B. Windows color (decimal): -12033674 or 7758152. OLE color: 7758152.

HSL color Cylindrical-coordinate representation of color #486176: hue angle of 207.39º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #486176 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7297118-
CMYK0.390.1800.54
HSL207.39º24.21%37.25%-
HSV(B)207.39º38.98%46.27%-
XYZ10.2211.2418.77-
YUV91.92142.72113.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.09%
GREEN value IS 97 (38.28% from 255) = 33.80%
BLUE value IS 118 (46.48% from 255) = 41.11%
R=25.09%
G=33.80%
B=41.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72971180.390.1800.54207.3924.2137.25
Hex4861762712036cf1825
Octal11014116647220663173045
Binary1001000110000111101101001111001001101101100111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486176; }

 p { color: rgb(72,97,118); }

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

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

 a { background-color: rgb(72,97,118); }

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

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

 span { border-color: rgb(72,97,118); }

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