#466687

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

Shades of Wedgewood #466687

Tints of Wedgewood #466687

Color information

#466687 (or 0x466687) is unknown color: approx Wedgewood. HEX triplet: 46, 66 and 87. RGB value is (70,102,135). Sum of RGB (Red+Green+Blue) = 70+102+135=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 135 (53.12% from 255 or 43.97% from 307); Max value from RGB is 135 - color contains mainly: blue. Hex color #466687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466687 is #B99978. Grayscale: #606060. Windows color (decimal): -12163449 or 8873542. OLE color: 8873542.

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

Color convert

RGB70102135-
CMYK0.480.2400.47
HSL210.46º31.71%40.2%-
HSV(B)210.46º48.15%52.94%-
XYZ11.6512.5524.73-
YUV96.19149.9109.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.80%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 135 (53.12% from 255) = 43.97%
R=22.80%
G=33.22%
B=43.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701021350.480.2400.47210.4631.7140.2
Hex466687301802Fd22028
Octal10614620760300573224050
Binary100011011001101000011111000011000010111111010010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466687; }

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

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

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

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

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

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

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

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