#486089

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

Shades of Wedgewood #486089

Tints of Wedgewood #486089

Color information

#486089 (or 0x486089) is unknown color: approx Wedgewood. HEX triplet: 48, 60 and 89. RGB value is (72,96,137). Sum of RGB (Red+Green+Blue) = 72+96+137=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #486089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486089 is #B79F76. Grayscale: #5D5D5D. Windows color (decimal): -12033911 or 9003080. OLE color: 9003080.

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

Color convert

RGB7296137-
CMYK0.470.3000.46
HSL217.85º31.1%40.98%-
HSV(B)217.85º47.45%53.73%-
XYZ11.3711.5525.3-
YUV93.5152.55112.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.61%
GREEN value IS 96 (37.89% from 255) = 31.48%
BLUE value IS 137 (53.91% from 255) = 44.92%
R=23.61%
G=31.48%
B=44.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72961370.470.3000.46217.8531.140.98
Hex4860892F1E02Eda1f29
Octal11014021157360563323751
Binary10010001100000100010011011111111001011101101101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486089; }

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

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

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

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

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

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

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

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