#466787

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

Shades of Wedgewood #466787

Tints of Wedgewood #466787

Color information

#466787 (or 0x466787) is unknown color: approx Wedgewood. HEX triplet: 46, 67 and 87. RGB value is (70,103,135). Sum of RGB (Red+Green+Blue) = 70+103+135=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #466787 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466787 is #B99878. Grayscale: #606060. Windows color (decimal): -12163193 or 8873798. OLE color: 8873798.

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

Color convert

RGB70103135-
CMYK0.480.2400.47
HSL209.54º31.71%40.2%-
HSV(B)209.54º48.15%52.94%-
XYZ11.7512.7524.76-
YUV96.78149.57108.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.73%
GREEN value IS 103 (40.62% from 255) = 33.44%
BLUE value IS 135 (53.12% from 255) = 43.83%
R=22.73%
G=33.44%
B=43.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701031350.480.2400.47209.5431.7140.2
Hex466787301802Fd22028
Octal10614720760300573224050
Binary100011011001111000011111000011000010111111010010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466787; }

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

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

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

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

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

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

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

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