#466881

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

Shades of Wedgewood #466881

Tints of Wedgewood #466881

Color information

#466881 (or 0x466881) is unknown color: approx Wedgewood. HEX triplet: 46, 68 and 81. RGB value is (70,104,129). Sum of RGB (Red+Green+Blue) = 70+104+129=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 129 - color contains mainly: blue. Hex color #466881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466881 is #B9977E. Grayscale: #606060. Windows color (decimal): -12162943 or 8480838. OLE color: 8480838.

HSL color Cylindrical-coordinate representation of color #466881: hue angle of 205.42º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #466881 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB70104129-
CMYK0.460.1900.49
HSL205.42º29.65%39.02%-
HSV(B)205.42º45.74%50.59%-
XYZ11.4412.7922.63-
YUV96.68146.24108.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.10%
GREEN value IS 104 (41.02% from 255) = 34.32%
BLUE value IS 129 (50.78% from 255) = 42.57%
R=23.10%
G=34.32%
B=42.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701041290.460.1900.49205.4229.6539.02
Hex4668812E13031cd1e27
Octal10615020156230613153647
Binary10001101101000100000011011101001101100011100110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466881; }

 p { color: rgb(70,104,129); }

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

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

 a { background-color: rgb(70,104,129); }

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

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

 span { border-color: rgb(70,104,129); }

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