#485D72

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

Shades of Chambray #485D72

Tints of Chambray #485D72

Color information

#485D72 (or 0x485D72) is unknown color: approx Chambray. HEX triplet: 48, 5D and 72. RGB value is (72,93,114). Sum of RGB (Red+Green+Blue) = 72+93+114=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #485D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D72 is #B7A28D. Grayscale: #595959. Windows color (decimal): -12034702 or 7494984. OLE color: 7494984.

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

Color convert

RGB7293114-
CMYK0.370.1800.55
HSL210º22.58%36.47%-
HSV(B)210º36.84%44.71%-
XYZ9.6210.4217.42-
YUV89.12142.04115.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 93 (36.72% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 40.86%
R=25.81%
G=33.33%
B=40.86%

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
Decimal72931140.370.1800.5521022.5836.47
Hex485D722512037d21724
Octal11013516245220673222744
Binary1001000101110111100101001011001001101111101001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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