#485A72

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

Shades of Chambray #485A72

Tints of Chambray #485A72

Color information

#485A72 (or 0x485A72) is unknown color: approx Chambray. HEX triplet: 48, 5A and 72. RGB value is (72,90,114). Sum of RGB (Red+Green+Blue) = 72+90+114=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 114 - color contains mainly: blue. Hex color #485A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485A72 is #B7A58D. Grayscale: #575757. Windows color (decimal): -12035470 or 7494216. OLE color: 7494216.

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

Color convert

RGB7290114-
CMYK0.370.2100.55
HSL214.29º22.58%36.47%-
HSV(B)214.29º36.84%44.71%-
XYZ9.379.917.34-
YUV87.35143.04117.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.09%
GREEN value IS 90 (35.55% from 255) = 32.61%
BLUE value IS 114 (44.92% from 255) = 41.30%
R=26.09%
G=32.61%
B=41.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72901140.370.2100.55214.2922.5836.47
Hex485A722515037d61724
Octal11013216245250673262744
Binary1001000101101011100101001011010101101111101011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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