#416A91

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

Shades of Wedgewood #416A91

Tints of Wedgewood #416A91

Color information

#416A91 (or 0x416A91) is unknown color: approx Wedgewood. HEX triplet: 41, 6A and 91. RGB value is (65,106,145). Sum of RGB (Red+Green+Blue) = 65+106+145=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #416A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416A91 is #BE956E. Grayscale: #616161. Windows color (decimal): -12490095 or 9529921. OLE color: 9529921.

HSL color Cylindrical-coordinate representation of color #416A91: hue angle of 209.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 #416A91 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB65106145-
CMYK0.550.2700.43
HSL209.25º38.1%41.18%-
HSV(B)209.25º55.17%56.86%-
XYZ12.4413.4828.73-
YUV98.19154.42104.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.57%
GREEN value IS 106 (41.80% from 255) = 33.54%
BLUE value IS 145 (57.03% from 255) = 45.89%
R=20.57%
G=33.54%
B=45.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651061450.550.2700.43209.2538.141.18
Hex416A91371B02Bd12629
Octal10115222167330533214651
Binary100000111010101001000111011111011010101111010001100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416A91; }

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

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

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

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

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

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

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

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