#466584

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

Shades of Wedgewood #466584

Tints of Wedgewood #466584

Color information

#466584 (or 0x466584) is unknown color: approx Wedgewood. HEX triplet: 46, 65 and 84. RGB value is (70,101,132). Sum of RGB (Red+Green+Blue) = 70+101+132=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 132 - color contains mainly: blue. Hex color #466584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466584 is #B99A7B. Grayscale: #5F5F5F. Windows color (decimal): -12163708 or 8676678. OLE color: 8676678.

HSL color Cylindrical-coordinate representation of color #466584: hue angle of 210º 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 #466584 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB70101132-
CMYK0.470.2300.48
HSL210º30.69%39.61%-
HSV(B)210º46.97%51.76%-
XYZ11.3412.2823.6-
YUV95.26148.73109.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.10%
GREEN value IS 101 (39.84% from 255) = 33.33%
BLUE value IS 132 (51.95% from 255) = 43.56%
R=23.10%
G=33.33%
B=43.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701011320.470.2300.4821030.6939.61
Hex4665842F17030d21f28
Octal10614520457270603223750
Binary10001101100101100001001011111011101100001101001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466584; }

 p { color: rgb(70,101,132); }

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

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

 a { background-color: rgb(70,101,132); }

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

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

 span { border-color: rgb(70,101,132); }

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