#466885

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

Shades of Wedgewood #466885

Tints of Wedgewood #466885

Color information

#466885 (or 0x466885) is unknown color: approx Wedgewood. HEX triplet: 46, 68 and 85. RGB value is (70,104,133). Sum of RGB (Red+Green+Blue) = 70+104+133=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 133 - color contains mainly: blue. Hex color #466885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466885 is #B9977A. Grayscale: #606060. Windows color (decimal): -12162939 or 8742982. OLE color: 8742982.

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

Color convert

RGB70104133-
CMYK0.470.2200.48
HSL207.62º31.03%39.8%-
HSV(B)207.62º47.37%52.16%-
XYZ11.7112.924.06-
YUV97.14148.24108.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.80%
GREEN value IS 104 (41.02% from 255) = 33.88%
BLUE value IS 133 (52.34% from 255) = 43.32%
R=22.80%
G=33.88%
B=43.32%

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
Decimal701041330.470.2200.48207.6231.0339.8
Hex4668852F16030d01f28
Octal10615020557260603203750
Binary10001101101000100001011011111011001100001101000011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466885; }

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

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

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

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

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

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

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

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