#466681

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

Shades of Wedgewood #466681

Tints of Wedgewood #466681

Color information

#466681 (or 0x466681) is unknown color: approx Wedgewood. HEX triplet: 46, 66 and 81. RGB value is (70,102,129). Sum of RGB (Red+Green+Blue) = 70+102+129=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 129 (50.78% from 255 or 42.86% from 301); Max value from RGB is 129 - color contains mainly: blue. Hex color #466681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466681 is #B9997E. Grayscale: #5F5F5F. Windows color (decimal): -12163455 or 8480326. OLE color: 8480326.

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

Color convert

RGB70102129-
CMYK0.460.2100.49
HSL207.46º29.65%39.02%-
HSV(B)207.46º45.74%50.59%-
XYZ11.2412.3922.57-
YUV95.51146.9109.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.26%
GREEN value IS 102 (40.23% from 255) = 33.89%
BLUE value IS 129 (50.78% from 255) = 42.86%
R=23.26%
G=33.89%
B=42.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701021290.460.2100.49207.4629.6539.02
Hex4666812E15031cf1e27
Octal10614620156250613173647
Binary10001101100110100000011011101010101100011100111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466681; }

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

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

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

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

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

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

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

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