#416889

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

Shades of Wedgewood #416889

Tints of Wedgewood #416889

Color information

#416889 (or 0x416889) is unknown color: approx Wedgewood. HEX triplet: 41, 68 and 89. RGB value is (65,104,137). Sum of RGB (Red+Green+Blue) = 65+104+137=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #416889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416889 is #BE9776. Grayscale: #5F5F5F. Windows color (decimal): -12490615 or 9005121. OLE color: 9005121.

HSL color Cylindrical-coordinate representation of color #416889: hue angle of 207.5º 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 #416889 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB65104137-
CMYK0.530.2400.46
HSL207.5º35.64%39.61%-
HSV(B)207.5º52.55%53.73%-
XYZ11.6512.8325.53-
YUV96.1151.08105.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.24%
GREEN value IS 104 (41.02% from 255) = 33.99%
BLUE value IS 137 (53.91% from 255) = 44.77%
R=21.24%
G=33.99%
B=44.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal651041370.530.2400.46207.535.6439.61
Hex416889351802Ed02428
Octal10115021165300563204450
Binary100000111010001000100111010111000010111011010000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416889; }

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

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

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

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

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

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

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

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