#46638A

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

Shades of Wedgewood #46638A

Tints of Wedgewood #46638A

Color information

#46638A (or 0x46638A) is unknown color: approx Wedgewood. HEX triplet: 46, 63 and 8A. RGB value is (70,99,138). Sum of RGB (Red+Green+Blue) = 70+99+138=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 138 - color contains mainly: blue. Hex color #46638A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46638A is #B99C75. Grayscale: #5E5E5E. Windows color (decimal): -12164214 or 9069382. OLE color: 9069382.

HSL color Cylindrical-coordinate representation of color #46638A: hue angle of 214.41º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46638A is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7099138-
CMYK0.490.2800.46
HSL214.41º32.69%40.78%-
HSV(B)214.41º49.28%54.12%-
XYZ11.5812.0625.76-
YUV94.78152.39110.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.80%
GREEN value IS 99 (39.06% from 255) = 32.25%
BLUE value IS 138 (54.30% from 255) = 44.95%
R=22.80%
G=32.25%
B=44.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70991380.490.2800.46214.4132.6940.78
Hex46638A311C02Ed62129
Octal10614321261340563264151
Binary100011011000111000101011000111100010111011010110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46638A; }

 p { color: rgb(70,99,138); }

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

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

 a { background-color: rgb(70,99,138); }

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

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

 span { border-color: rgb(70,99,138); }

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