#466D94

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

Shades of Wedgewood #466D94

Tints of Wedgewood #466D94

Color information

#466D94 (or 0x466D94) is unknown color: approx Wedgewood. HEX triplet: 46, 6D and 94. RGB value is (70,109,148). Sum of RGB (Red+Green+Blue) = 70+109+148=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 148 - color contains mainly: blue. Hex color #466D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466D94 is #B9926B. Grayscale: #656565. Windows color (decimal): -12161644 or 9727302. OLE color: 9727302.

HSL color Cylindrical-coordinate representation of color #466D94: hue angle of 210º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #466D94 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB70109148-
CMYK0.530.2600.42
HSL210º35.78%42.75%-
HSV(B)210º52.7%58.04%-
XYZ13.3414.3830.09-
YUV101.78154.08105.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.41%
GREEN value IS 109 (42.97% from 255) = 33.33%
BLUE value IS 148 (58.20% from 255) = 45.26%
R=21.41%
G=33.33%
B=45.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701091480.530.2600.4221035.7842.75
Hex466D94351A02Ad2242b
Octal10615522465320523224453
Binary100011011011011001010011010111010010101011010010100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466D94; }

 p { color: rgb(70,109,148); }

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

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

 a { background-color: rgb(70,109,148); }

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

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

 span { border-color: rgb(70,109,148); }

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