#46688B

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

Shades of Wedgewood #46688B

Tints of Wedgewood #46688B

Color information

#46688B (or 0x46688B) is unknown color: approx Wedgewood. HEX triplet: 46, 68 and 8B. RGB value is (70,104,139). Sum of RGB (Red+Green+Blue) = 70+104+139=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #46688B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46688B is #B99774. Grayscale: #616161. Windows color (decimal): -12162933 or 9136198. OLE color: 9136198.

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

Color convert

RGB70104139-
CMYK0.500.2500.45
HSL210.43º33.01%40.98%-
HSV(B)210.43º49.64%54.51%-
XYZ12.1413.0726.31-
YUV97.82151.24108.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.36%
GREEN value IS 104 (41.02% from 255) = 33.23%
BLUE value IS 139 (54.69% from 255) = 44.41%
R=22.36%
G=33.23%
B=44.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal701041390.500.2500.45210.4333.0140.98
Hex46688B321902Dd22129
Octal10615021362310553224151
Binary100011011010001000101111001011001010110111010010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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