#485E72

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

Shades of Chambray #485E72

Tints of Chambray #485E72

Color information

#485E72 (or 0x485E72) is unknown color: approx Chambray. HEX triplet: 48, 5E and 72. RGB value is (72,94,114). Sum of RGB (Red+Green+Blue) = 72+94+114=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 114 - color contains mainly: blue. Hex color #485E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E72 is #B7A18D. Grayscale: #595959. Windows color (decimal): -12034446 or 7495240. OLE color: 7495240.

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

Color convert

RGB7294114-
CMYK0.370.1800.55
HSL208.57º22.58%36.47%-
HSV(B)208.57º36.84%44.71%-
XYZ9.7110.617.45-
YUV89.7141.71115.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.71%
GREEN value IS 94 (37.11% from 255) = 33.57%
BLUE value IS 114 (44.92% from 255) = 40.71%
R=25.71%
G=33.57%
B=40.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72941140.370.1800.55208.5722.5836.47
Hex485E722512037d11724
Octal11013616245220673212744
Binary1001000101111011100101001011001001101111101000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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