#485971

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

Shades of Chambray #485971

Tints of Chambray #485971

Color information

#485971 (or 0x485971) is unknown color: approx Chambray. HEX triplet: 48, 59 and 71. RGB value is (72,89,113). Sum of RGB (Red+Green+Blue) = 72+89+113=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #485971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485971 is #B7A68E. Grayscale: #565656. Windows color (decimal): -12035727 or 7428424. OLE color: 7428424.

HSL color Cylindrical-coordinate representation of color #485971: hue angle of 215.12º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #485971 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7289113-
CMYK0.360.2100.56
HSL215.12º22.16%36.27%-
HSV(B)215.12º36.28%44.31%-
XYZ9.239.7117.01-
YUV86.65142.87117.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.28%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 113 (44.53% from 255) = 41.24%
R=26.28%
G=32.48%
B=41.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72891130.360.2100.56215.1222.1636.27
Hex4859712415038d71624
Octal11013116144250703272644
Binary1001000101100111100011001001010101110001101011110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485971; }

 p { color: rgb(72,89,113); }

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

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

 a { background-color: rgb(72,89,113); }

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

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

 span { border-color: rgb(72,89,113); }

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