#485985

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

Shades of Chambray #485985

Tints of Chambray #485985

Color information

#485985 (or 0x485985) is unknown color: approx Chambray. HEX triplet: 48, 59 and 85. RGB value is (72,89,133). Sum of RGB (Red+Green+Blue) = 72+89+133=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #485985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485985 is #B7A67A. Grayscale: #585858. Windows color (decimal): -12035707 or 8739144. OLE color: 8739144.

HSL color Cylindrical-coordinate representation of color #485985: hue angle of 223.28º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #485985 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7289133-
CMYK0.460.3300.48
HSL223.28º29.76%40.2%-
HSV(B)223.28º45.86%52.16%-
XYZ10.4810.2223.61-
YUV88.93152.87115.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.49%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 133 (52.34% from 255) = 45.24%
R=24.49%
G=30.27%
B=45.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72891330.460.3300.48223.2829.7640.2
Hex4859852E21030df1e28
Octal11013120556410603373650
Binary100100010110011000010110111010000101100001101111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485985; }

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

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

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

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

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

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

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

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