#485B71

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

Shades of Chambray #485B71

Tints of Chambray #485B71

Color information

#485B71 (or 0x485B71) is unknown color: approx Chambray. HEX triplet: 48, 5B and 71. RGB value is (72,91,113). Sum of RGB (Red+Green+Blue) = 72+91+113=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 113 - color contains mainly: blue. Hex color #485B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485B71 is #B7A48E. Grayscale: #575757. Windows color (decimal): -12035215 or 7428936. OLE color: 7428936.

HSL color Cylindrical-coordinate representation of color #485B71: hue angle of 212.2º 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 #485B71 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7291113-
CMYK0.360.1900.56
HSL212.2º22.16%36.27%-
HSV(B)212.2º36.28%44.31%-
XYZ9.3910.0517.07-
YUV87.83142.21116.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.09%
GREEN value IS 91 (35.94% from 255) = 32.97%
BLUE value IS 113 (44.53% from 255) = 40.94%
R=26.09%
G=32.97%
B=40.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72911130.360.1900.56212.222.1636.27
Hex485B712413038d41624
Octal11013316144230703242644
Binary1001000101101111100011001001001101110001101010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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