#485C71

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

Shades of Chambray #485C71

Tints of Chambray #485C71

Color information

#485C71 (or 0x485C71) is unknown color: approx Chambray. HEX triplet: 48, 5C and 71. RGB value is (72,92,113). Sum of RGB (Red+Green+Blue) = 72+92+113=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 113 - color contains mainly: blue. Hex color #485C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C71 is #B7A38E. Grayscale: #585858. Windows color (decimal): -12034959 or 7429192. OLE color: 7429192.

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

Color convert

RGB7292113-
CMYK0.360.1900.56
HSL210.73º22.16%36.27%-
HSV(B)210.73º36.28%44.31%-
XYZ9.4810.2217.1-
YUV88.41141.87116.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.99%
GREEN value IS 92 (36.33% from 255) = 33.21%
BLUE value IS 113 (44.53% from 255) = 40.79%
R=25.99%
G=33.21%
B=40.79%

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
Decimal72921130.360.1900.56210.7322.1636.27
Hex485C712413038d31624
Octal11013416144230703232644
Binary1001000101110011100011001001001101110001101001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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