#485579

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

Shades of Chambray #485579

Tints of Chambray #485579

Color information

#485579 (or 0x485579) is unknown color: approx Chambray. HEX triplet: 48, 55 and 79. RGB value is (72,85,121). Sum of RGB (Red+Green+Blue) = 72+85+121=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 121 - color contains mainly: blue. Hex color #485579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485579 is #B7AA86. Grayscale: #555555. Windows color (decimal): -12036743 or 7951688. OLE color: 7951688.

HSL color Cylindrical-coordinate representation of color #485579: hue angle of 224.08º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #485579 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7285121-
CMYK0.400.3000.53
HSL224.08º25.39%37.84%-
HSV(B)224.08º40.5%47.45%-
XYZ9.379.2619.38-
YUV85.22148.19118.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.90%
GREEN value IS 85 (33.59% from 255) = 30.58%
BLUE value IS 121 (47.66% from 255) = 43.53%
R=25.90%
G=30.58%
B=43.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72851210.400.3000.53224.0825.3937.84
Hex485579281E035e01926
Octal11012517150360653403146
Binary1001000101010111110011010001111001101011110000011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485579; }

 p { color: rgb(72,85,121); }

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

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

 a { background-color: rgb(72,85,121); }

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

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

 span { border-color: rgb(72,85,121); }

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