#416490

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

Shades of Wedgewood #416490

Tints of Wedgewood #416490

Color information

#416490 (or 0x416490) is unknown color: approx Wedgewood. HEX triplet: 41, 64 and 90. RGB value is (65,100,144). Sum of RGB (Red+Green+Blue) = 65+100+144=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #416490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416490 is #BE9B6F. Grayscale: #5E5E5E. Windows color (decimal): -12491632 or 9462849. OLE color: 9462849.

HSL color Cylindrical-coordinate representation of color #416490: hue angle of 213.42º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #416490 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB65100144-
CMYK0.550.3100.44
HSL213.42º37.8%40.98%-
HSV(B)213.42º54.86%56.47%-
XYZ11.7712.2528.13-
YUV94.55155.9106.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.04%
GREEN value IS 100 (39.45% from 255) = 32.36%
BLUE value IS 144 (56.64% from 255) = 46.60%
R=21.04%
G=32.36%
B=46.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651001440.550.3100.44213.4237.840.98
Hex416490371F02Cd52629
Octal10114422067370543254651
Binary100000111001001001000011011111111010110011010101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416490; }

 p { color: rgb(65,100,144); }

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

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

 a { background-color: rgb(65,100,144); }

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

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

 span { border-color: rgb(65,100,144); }

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