#466181

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

Shades of Wedgewood #466181

Tints of Wedgewood #466181

Color information

#466181 (or 0x466181) is unknown color: approx Wedgewood. HEX triplet: 46, 61 and 81. RGB value is (70,97,129). Sum of RGB (Red+Green+Blue) = 70+97+129=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 129 - color contains mainly: blue. Hex color #466181 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466181 is #B99E7E. Grayscale: #5C5C5C. Windows color (decimal): -12164735 or 8479046. OLE color: 8479046.

HSL color Cylindrical-coordinate representation of color #466181: hue angle of 212.54º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #466181 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7097129-
CMYK0.460.2500.49
HSL212.54º29.65%39.02%-
HSV(B)212.54º45.74%50.59%-
XYZ10.7611.4422.41-
YUV92.58148.55111.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.65%
GREEN value IS 97 (38.28% from 255) = 32.77%
BLUE value IS 129 (50.78% from 255) = 43.58%
R=23.65%
G=32.77%
B=43.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70971290.460.2500.49212.5429.6539.02
Hex4661812E19031d51e27
Octal10614120156310613253647
Binary10001101100001100000011011101100101100011101010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466181; }

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

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

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

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

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

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

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

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