#466888

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

Shades of Wedgewood #466888

Tints of Wedgewood #466888

Color information

#466888 (or 0x466888) is unknown color: approx Wedgewood. HEX triplet: 46, 68 and 88. RGB value is (70,104,136). Sum of RGB (Red+Green+Blue) = 70+104+136=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 136 - color contains mainly: blue. Hex color #466888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466888 is #B99777. Grayscale: #616161. Windows color (decimal): -12162936 or 8939590. OLE color: 8939590.

HSL color Cylindrical-coordinate representation of color #466888: hue angle of 209.09º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #466888 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB70104136-
CMYK0.490.2400.47
HSL209.09º32.04%40.39%-
HSV(B)209.09º48.53%53.33%-
XYZ11.9212.9825.17-
YUV97.48149.74108.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.58%
GREEN value IS 104 (41.02% from 255) = 33.55%
BLUE value IS 136 (53.52% from 255) = 43.87%
R=22.58%
G=33.55%
B=43.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701041360.490.2400.47209.0932.0440.39
Hex466888311802Fd12028
Octal10615021061300573214050
Binary100011011010001000100011000111000010111111010001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466888; }

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

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

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

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

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

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

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

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