#466385

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

Shades of Wedgewood #466385

Tints of Wedgewood #466385

Color information

#466385 (or 0x466385) is unknown color: approx Wedgewood. HEX triplet: 46, 63 and 85. RGB value is (70,99,133). Sum of RGB (Red+Green+Blue) = 70+99+133=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 133 - color contains mainly: blue. Hex color #466385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466385 is #B99C7A. Grayscale: #5E5E5E. Windows color (decimal): -12164219 or 8741702. OLE color: 8741702.

HSL color Cylindrical-coordinate representation of color #466385: hue angle of 212.38º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #466385 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7099133-
CMYK0.470.2600.48
HSL212.38º31.03%39.8%-
HSV(B)212.38º47.37%52.16%-
XYZ11.2211.9223.9-
YUV94.21149.89110.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.18%
GREEN value IS 99 (39.06% from 255) = 32.78%
BLUE value IS 133 (52.34% from 255) = 44.04%
R=23.18%
G=32.78%
B=44.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70991330.470.2600.48212.3831.0339.8
Hex4663852F1A030d41f28
Octal10614320557320603243750
Binary10001101100011100001011011111101001100001101010011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466385; }

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

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

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

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

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

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

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

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