#466187

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

Shades of Wedgewood #466187

Tints of Wedgewood #466187

Color information

#466187 (or 0x466187) is unknown color: approx Wedgewood. HEX triplet: 46, 61 and 87. RGB value is (70,97,135). Sum of RGB (Red+Green+Blue) = 70+97+135=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 135 - color contains mainly: blue. Hex color #466187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466187 is #B99E78. Grayscale: #5D5D5D. Windows color (decimal): -12164729 or 8872262. OLE color: 8872262.

HSL color Cylindrical-coordinate representation of color #466187: hue angle of 215.08º 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 #466187 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7097135-
CMYK0.480.2800.47
HSL215.08º31.71%40.2%-
HSV(B)215.08º48.15%52.94%-
XYZ11.1711.624.57-
YUV93.26151.55111.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.18%
GREEN value IS 97 (38.28% from 255) = 32.12%
BLUE value IS 135 (53.12% from 255) = 44.70%
R=23.18%
G=32.12%
B=44.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70971350.480.2800.47215.0831.7140.2
Hex466187301C02Fd72028
Octal10614120760340573274050
Binary100011011000011000011111000011100010111111010111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466187; }

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

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

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

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

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

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

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

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