#466684

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

Shades of Wedgewood #466684

Tints of Wedgewood #466684

Color information

#466684 (or 0x466684) is unknown color: approx Wedgewood. HEX triplet: 46, 66 and 84. RGB value is (70,102,132). Sum of RGB (Red+Green+Blue) = 70+102+132=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 132 - color contains mainly: blue. Hex color #466684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466684 is #B9997B. Grayscale: #5F5F5F. Windows color (decimal): -12163452 or 8676934. OLE color: 8676934.

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

Color convert

RGB70102132-
CMYK0.470.2300.48
HSL209.03º30.69%39.61%-
HSV(B)209.03º46.97%51.76%-
XYZ11.4412.4723.63-
YUV95.85148.4109.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.03%
GREEN value IS 102 (40.23% from 255) = 33.55%
BLUE value IS 132 (51.95% from 255) = 43.42%
R=23.03%
G=33.55%
B=43.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701021320.470.2300.48209.0330.6939.61
Hex4666842F17030d11f28
Octal10614620457270603213750
Binary10001101100110100001001011111011101100001101000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466684; }

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

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

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

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

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

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

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

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