#416689

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

Shades of Wedgewood #416689

Tints of Wedgewood #416689

Color information

#416689 (or 0x416689) is unknown color: approx Wedgewood. HEX triplet: 41, 66 and 89. RGB value is (65,102,137). Sum of RGB (Red+Green+Blue) = 65+102+137=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #416689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416689 is #BE9976. Grayscale: #5E5E5E. Windows color (decimal): -12491127 or 9004609. OLE color: 9004609.

HSL color Cylindrical-coordinate representation of color #416689: hue angle of 209.17º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #416689 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB65102137-
CMYK0.530.2600.46
HSL209.17º35.64%39.61%-
HSV(B)209.17º52.55%53.73%-
XYZ11.4512.4325.46-
YUV94.93151.74106.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.38%
GREEN value IS 102 (40.23% from 255) = 33.55%
BLUE value IS 137 (53.91% from 255) = 45.07%
R=21.38%
G=33.55%
B=45.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal651021370.530.2600.46209.1735.6439.61
Hex416689351A02Ed12428
Octal10114621165320563214450
Binary100000111001101000100111010111010010111011010001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416689; }

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

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

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

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

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

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

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

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