#466784

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

Shades of Wedgewood #466784

Tints of Wedgewood #466784

Color information

#466784 (or 0x466784) is unknown color: approx Wedgewood. HEX triplet: 46, 67 and 84. RGB value is (70,103,132). Sum of RGB (Red+Green+Blue) = 70+103+132=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #466784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466784 is #B9987B. Grayscale: #606060. Windows color (decimal): -12163196 or 8677190. OLE color: 8677190.

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

Color convert

RGB70103132-
CMYK0.470.2200.48
HSL208.06º30.69%39.61%-
HSV(B)208.06º46.97%51.76%-
XYZ11.5412.6723.67-
YUV96.44148.07109.14-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.95%
GREEN value IS 103 (40.62% from 255) = 33.77%
BLUE value IS 132 (51.95% from 255) = 43.28%
R=22.95%
G=33.77%
B=43.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701031320.470.2200.48208.0630.6939.61
Hex4667842F16030d01f28
Octal10614720457260603203750
Binary10001101100111100001001011111011001100001101000011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466784; }

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

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

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

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

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

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

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

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