#46637B

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

Shades of Wedgewood #46637B

Tints of Wedgewood #46637B

Color information

#46637B (or 0x46637B) is unknown color: approx Wedgewood. HEX triplet: 46, 63 and 7B. RGB value is (70,99,123). Sum of RGB (Red+Green+Blue) = 70+99+123=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 123 - color contains mainly: blue. Hex color #46637B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46637B is #B99C84. Grayscale: #5C5C5C. Windows color (decimal): -12164229 or 8086342. OLE color: 8086342.

HSL color Cylindrical-coordinate representation of color #46637B: hue angle of 207.17º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #46637B is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7099123-
CMYK0.430.2000.52
HSL207.17º27.46%37.84%-
HSV(B)207.17º43.09%48.24%-
XYZ10.5611.6620.43-
YUV93.07144.89111.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.97%
GREEN value IS 99 (39.06% from 255) = 33.90%
BLUE value IS 123 (48.44% from 255) = 42.12%
R=23.97%
G=33.90%
B=42.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70991230.430.2000.52207.1727.4637.84
Hex46637B2B14034cf1b26
Octal10614317353240643173346
Binary1000110110001111110111010111010001101001100111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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