#46708B

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

Shades of Wedgewood #46708B

Tints of Wedgewood #46708B

Color information

#46708B (or 0x46708B) is unknown color: approx Wedgewood. HEX triplet: 46, 70 and 8B. RGB value is (70,112,139). Sum of RGB (Red+Green+Blue) = 70+112+139=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #46708B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46708B is #B98F74. Grayscale: #666666. Windows color (decimal): -12160885 or 9138246. OLE color: 9138246.

HSL color Cylindrical-coordinate representation of color #46708B: hue angle of 203.48º 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 #46708B is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB70112139-
CMYK0.500.1900.45
HSL203.48º33.01%40.98%-
HSV(B)203.48º49.64%54.51%-
XYZ12.9814.7526.59-
YUV102.52148.59104.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.81%
GREEN value IS 112 (44.14% from 255) = 34.89%
BLUE value IS 139 (54.69% from 255) = 43.30%
R=21.81%
G=34.89%
B=43.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal701121390.500.1900.45203.4833.0140.98
Hex46708B321302Dcb2129
Octal10616021362230553134151
Binary100011011100001000101111001010011010110111001011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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