#485989

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

Shades of Chambray #485989

Tints of Chambray #485989

Color information

#485989 (or 0x485989) is unknown color: approx Chambray. HEX triplet: 48, 59 and 89. RGB value is (72,89,137). Sum of RGB (Red+Green+Blue) = 72+89+137=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 137 - color contains mainly: blue. Hex color #485989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485989 is #B7A676. Grayscale: #595959. Windows color (decimal): -12035703 or 9001288. OLE color: 9001288.

HSL color Cylindrical-coordinate representation of color #485989: hue angle of 224.31º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #485989 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7289137-
CMYK0.470.3500.46
HSL224.31º31.1%40.98%-
HSV(B)224.31º47.45%53.73%-
XYZ10.7610.3325.09-
YUV89.39154.87115.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.16%
GREEN value IS 89 (35.16% from 255) = 29.87%
BLUE value IS 137 (53.91% from 255) = 45.97%
R=24.16%
G=29.87%
B=45.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72891370.470.3500.46224.3131.140.98
Hex4859892F2302Ee01f29
Octal11013121157430563403751
Binary100100010110011000100110111110001101011101110000011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485989; }

 p { color: rgb(72,89,137); }

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

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

 a { background-color: rgb(72,89,137); }

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

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

 span { border-color: rgb(72,89,137); }

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