#466F8A

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

Shades of Wedgewood #466F8A

Tints of Wedgewood #466F8A

Color information

#466F8A (or 0x466F8A) is unknown color: approx Wedgewood. HEX triplet: 46, 6F and 8A. RGB value is (70,111,138). Sum of RGB (Red+Green+Blue) = 70+111+138=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #466F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466F8A is #B99075. Grayscale: #656565. Windows color (decimal): -12161142 or 9072454. OLE color: 9072454.

HSL color Cylindrical-coordinate representation of color #466F8A: hue angle of 203.82º degrees, saturation: 0.33, 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 #466F8A is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB70111138-
CMYK0.490.2000.46
HSL203.82º32.69%40.78%-
HSV(B)203.82º49.28%54.12%-
XYZ12.814.5126.17-
YUV101.82148.42105.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.94%
GREEN value IS 111 (43.75% from 255) = 34.80%
BLUE value IS 138 (54.30% from 255) = 43.26%
R=21.94%
G=34.80%
B=43.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal701111380.490.2000.46203.8232.6940.78
Hex466F8A311402Ecc2129
Octal10615721261240563144151
Binary100011011011111000101011000110100010111011001100100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,111,138); }

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

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

 a { background-color: rgb(70,111,138); }

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

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

 span { border-color: rgb(70,111,138); }

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