#466388

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

Shades of Wedgewood #466388

Tints of Wedgewood #466388

Color information

#466388 (or 0x466388) is unknown color: approx Wedgewood. HEX triplet: 46, 63 and 88. RGB value is (70,99,136). Sum of RGB (Red+Green+Blue) = 70+99+136=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #466388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466388 is #B99C77. Grayscale: #5E5E5E. Windows color (decimal): -12164216 or 8938310. OLE color: 8938310.

HSL color Cylindrical-coordinate representation of color #466388: hue angle of 213.64º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #466388 is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7099136-
CMYK0.490.2700.47
HSL213.64º32.04%40.39%-
HSV(B)213.64º48.53%53.33%-
XYZ11.431225.01-
YUV94.55151.39110.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.95%
GREEN value IS 99 (39.06% from 255) = 32.46%
BLUE value IS 136 (53.52% from 255) = 44.59%
R=22.95%
G=32.46%
B=44.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70991360.490.2700.47213.6432.0440.39
Hex466388311B02Fd62028
Octal10614321061330573264050
Binary100011011000111000100011000111011010111111010110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466388; }

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

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

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

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

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

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

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

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