#46608B

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

Shades of Wedgewood #46608B

Tints of Wedgewood #46608B

Color information

#46608B (or 0x46608B) is unknown color: approx Wedgewood. HEX triplet: 46, 60 and 8B. RGB value is (70,96,139). Sum of RGB (Red+Green+Blue) = 70+96+139=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #46608B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46608B is #B99F74. Grayscale: #5C5C5C. Windows color (decimal): -12164981 or 9134150. OLE color: 9134150.

HSL color Cylindrical-coordinate representation of color #46608B: hue angle of 217.39º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46608B is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7096139-
CMYK0.500.3100.45
HSL217.39º33.01%40.98%-
HSV(B)217.39º49.64%54.51%-
XYZ11.3711.5326.05-
YUV93.13153.89111.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.95%
GREEN value IS 96 (37.89% from 255) = 31.48%
BLUE value IS 139 (54.69% from 255) = 45.57%
R=22.95%
G=31.48%
B=45.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70961390.500.3100.45217.3933.0140.98
Hex46608B321F02Dd92129
Octal10614021362370553314151
Binary100011011000001000101111001011111010110111011001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46608B; }

 p { color: rgb(70,96,139); }

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

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

 a { background-color: rgb(70,96,139); }

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

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

 span { border-color: rgb(70,96,139); }

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