#466489

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

Shades of Wedgewood #466489

Tints of Wedgewood #466489

Color information

#466489 (or 0x466489) is unknown color: approx Wedgewood. HEX triplet: 46, 64 and 89. RGB value is (70,100,137). Sum of RGB (Red+Green+Blue) = 70+100+137=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #466489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466489 is #B99B76. Grayscale: #5F5F5F. Windows color (decimal): -12163959 or 9004102. OLE color: 9004102.

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

Color convert

RGB70100137-
CMYK0.490.2700.46
HSL213.13º32.37%40.59%-
HSV(B)213.13º48.91%53.73%-
XYZ11.612.2225.41-
YUV95.25151.56109.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.80%
GREEN value IS 100 (39.45% from 255) = 32.57%
BLUE value IS 137 (53.91% from 255) = 44.63%
R=22.80%
G=32.57%
B=44.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal701001370.490.2700.46213.1332.3740.59
Hex466489311B02Ed52029
Octal10614421161330563254051
Binary100011011001001000100111000111011010111011010101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466489; }

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

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

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

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

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

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

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

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