#486085

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

Shades of Wedgewood #486085

Tints of Wedgewood #486085

Color information

#486085 (or 0x486085) is unknown color: approx Wedgewood. HEX triplet: 48, 60 and 85. RGB value is (72,96,133). Sum of RGB (Red+Green+Blue) = 72+96+133=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 133 - color contains mainly: blue. Hex color #486085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486085 is #B79F7A. Grayscale: #5C5C5C. Windows color (decimal): -12033915 or 8740936. OLE color: 8740936.

HSL color Cylindrical-coordinate representation of color #486085: hue angle of 216.39º 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 #486085 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7296133-
CMYK0.460.2800.48
HSL216.39º29.76%40.2%-
HSV(B)216.39º45.86%52.16%-
XYZ11.0911.4423.81-
YUV93.04150.55112.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.92%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 133 (52.34% from 255) = 44.19%
R=23.92%
G=31.89%
B=44.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72961330.460.2800.48216.3929.7640.2
Hex4860852E1C030d81e28
Octal11014020556340603303650
Binary10010001100000100001011011101110001100001101100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486085; }

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

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

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

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

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

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

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

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