#485876

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

Shades of Chambray #485876

Tints of Chambray #485876

Color information

#485876 (or 0x485876) is unknown color: approx Chambray. HEX triplet: 48, 58 and 76. RGB value is (72,88,118). Sum of RGB (Red+Green+Blue) = 72+88+118=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 118 - color contains mainly: blue. Hex color #485876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485876 is #B7A789. Grayscale: #565656. Windows color (decimal): -12035978 or 7755848. OLE color: 7755848.

HSL color Cylindrical-coordinate representation of color #485876: hue angle of 219.13º 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 #485876 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7288118-
CMYK0.390.2500.54
HSL219.13º24.21%37.25%-
HSV(B)219.13º38.98%46.27%-
XYZ9.439.6718.51-
YUV86.64145.7117.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.90%
GREEN value IS 88 (34.77% from 255) = 31.65%
BLUE value IS 118 (46.48% from 255) = 42.45%
R=25.90%
G=31.65%
B=42.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72881180.390.2500.54219.1324.2137.25
Hex4858762719036db1825
Octal11013016647310663333045
Binary1001000101100011101101001111100101101101101101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485876; }

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

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

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

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

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

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

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

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