#466487

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

Shades of Wedgewood #466487

Tints of Wedgewood #466487

Color information

#466487 (or 0x466487) is unknown color: approx Wedgewood. HEX triplet: 46, 64 and 87. RGB value is (70,100,135). Sum of RGB (Red+Green+Blue) = 70+100+135=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 135 - color contains mainly: blue. Hex color #466487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466487 is #B99B78. Grayscale: #5E5E5E. Windows color (decimal): -12163961 or 8873030. OLE color: 8873030.

HSL color Cylindrical-coordinate representation of color #466487: hue angle of 212.31º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #466487 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB70100135-
CMYK0.480.2600.47
HSL212.31º31.71%40.2%-
HSV(B)212.31º48.15%52.94%-
XYZ11.4612.1724.67-
YUV95.02150.56110.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.95%
GREEN value IS 100 (39.45% from 255) = 32.79%
BLUE value IS 135 (53.12% from 255) = 44.26%
R=22.95%
G=32.79%
B=44.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701001350.480.2600.47212.3131.7140.2
Hex466487301A02Fd42028
Octal10614420760320573244050
Binary100011011001001000011111000011010010111111010100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466487; }

 p { color: rgb(70,100,135); }

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

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

 a { background-color: rgb(70,100,135); }

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

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

 span { border-color: rgb(70,100,135); }

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