#485C72

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

Shades of Chambray #485C72

Tints of Chambray #485C72

Color information

#485C72 (or 0x485C72) is unknown color: approx Chambray. HEX triplet: 48, 5C and 72. RGB value is (72,92,114). Sum of RGB (Red+Green+Blue) = 72+92+114=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 114 - color contains mainly: blue. Hex color #485C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C72 is #B7A38D. Grayscale: #585858. Windows color (decimal): -12034958 or 7494728. OLE color: 7494728.

HSL color Cylindrical-coordinate representation of color #485C72: hue angle of 211.43º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #485C72 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7292114-
CMYK0.370.1900.55
HSL211.43º22.58%36.47%-
HSV(B)211.43º36.84%44.71%-
XYZ9.5410.2517.39-
YUV88.53142.37116.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.90%
GREEN value IS 92 (36.33% from 255) = 33.09%
BLUE value IS 114 (44.92% from 255) = 41.01%
R=25.90%
G=33.09%
B=41.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72921140.370.1900.55211.4322.5836.47
Hex485C722513037d31724
Octal11013416245230673232744
Binary1001000101110011100101001011001101101111101001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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