#466589

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

Shades of Wedgewood #466589

Tints of Wedgewood #466589

Color information

#466589 (or 0x466589) is unknown color: approx Wedgewood. HEX triplet: 46, 65 and 89. RGB value is (70,101,137). Sum of RGB (Red+Green+Blue) = 70+101+137=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 137 - color contains mainly: blue. Hex color #466589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466589 is #B99A76. Grayscale: #5F5F5F. Windows color (decimal): -12163703 or 9004358. OLE color: 9004358.

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

Color convert

RGB70101137-
CMYK0.490.2600.46
HSL212.24º32.37%40.59%-
HSV(B)212.24º48.91%53.73%-
XYZ11.6912.4225.45-
YUV95.84151.23109.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.73%
GREEN value IS 101 (39.84% from 255) = 32.79%
BLUE value IS 137 (53.91% from 255) = 44.48%
R=22.73%
G=32.79%
B=44.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal701011370.490.2600.46212.2432.3740.59
Hex466589311A02Ed42029
Octal10614521161320563244051
Binary100011011001011000100111000111010010111011010100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466589; }

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

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

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

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

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

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

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

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