#485D71

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

Shades of Chambray #485D71

Tints of Chambray #485D71

Color information

#485D71 (or 0x485D71) is unknown color: approx Chambray. HEX triplet: 48, 5D and 71. RGB value is (72,93,113). Sum of RGB (Red+Green+Blue) = 72+93+113=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 113 - color contains mainly: blue. Hex color #485D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D71 is #B7A28E. Grayscale: #585858. Windows color (decimal): -12034703 or 7429448. OLE color: 7429448.

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

Color convert

RGB7293113-
CMYK0.360.1800.56
HSL209.27º22.16%36.27%-
HSV(B)209.27º36.28%44.31%-
XYZ9.5710.417.13-
YUV89141.54115.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.90%
GREEN value IS 93 (36.72% from 255) = 33.45%
BLUE value IS 113 (44.53% from 255) = 40.65%
R=25.90%
G=33.45%
B=40.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72931130.360.1800.56209.2722.1636.27
Hex485D712412038d11624
Octal11013516144220703212644
Binary1001000101110111100011001001001001110001101000110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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