#416691

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

Shades of Wedgewood #416691

Tints of Wedgewood #416691

Color information

#416691 (or 0x416691) is unknown color: approx Wedgewood. HEX triplet: 41, 66 and 91. RGB value is (65,102,145). Sum of RGB (Red+Green+Blue) = 65+102+145=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 145 - color contains mainly: blue. Hex color #416691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416691 is #BE996E. Grayscale: #5F5F5F. Windows color (decimal): -12491119 or 9528897. OLE color: 9528897.

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

Color convert

RGB65102145-
CMYK0.550.3000.43
HSL212.25º38.1%41.18%-
HSV(B)212.25º55.17%56.86%-
XYZ12.0412.6728.6-
YUV95.84155.74106-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.83%
GREEN value IS 102 (40.23% from 255) = 32.69%
BLUE value IS 145 (57.03% from 255) = 46.47%
R=20.83%
G=32.69%
B=46.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651021450.550.3000.43212.2538.141.18
Hex416691371E02Bd42629
Octal10114622167360533244651
Binary100000111001101001000111011111110010101111010100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416691; }

 p { color: rgb(65,102,145); }

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

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

 a { background-color: rgb(65,102,145); }

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

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

 span { border-color: rgb(65,102,145); }

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