#416D96

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

Shades of Wedgewood #416D96

Tints of Wedgewood #416D96

Color information

#416D96 (or 0x416D96) is unknown color: approx Wedgewood. HEX triplet: 41, 6D and 96. RGB value is (65,109,150). Sum of RGB (Red+Green+Blue) = 65+109+150=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 150 - color contains mainly: blue. Hex color #416D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416D96 is #BE9269. Grayscale: #646464. Windows color (decimal): -12489322 or 9858369. OLE color: 9858369.

HSL color Cylindrical-coordinate representation of color #416D96: hue angle of 208.94º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #416D96 is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB65109150-
CMYK0.570.2700.41
HSL208.94º39.53%42.16%-
HSV(B)208.94º56.67%58.82%-
XYZ13.1514.2630.91-
YUV100.52155.92102.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.06%
GREEN value IS 109 (42.97% from 255) = 33.64%
BLUE value IS 150 (58.98% from 255) = 46.30%
R=20.06%
G=33.64%
B=46.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal651091500.570.2700.41208.9439.5342.16
Hex416D96391B029d1282a
Octal10115522671330513215052
Binary100000111011011001011011100111011010100111010001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,109,150); }

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

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

 a { background-color: rgb(65,109,150); }

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

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

 span { border-color: rgb(65,109,150); }

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