#416A8E

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

Shades of Wedgewood #416A8E

Tints of Wedgewood #416A8E

Color information

#416A8E (or 0x416A8E) is unknown color: approx Wedgewood. HEX triplet: 41, 6A and 8E. RGB value is (65,106,142). Sum of RGB (Red+Green+Blue) = 65+106+142=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 142 - color contains mainly: blue. Hex color #416A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416A8E is #BE9571. Grayscale: #616161. Windows color (decimal): -12490098 or 9333313. OLE color: 9333313.

HSL color Cylindrical-coordinate representation of color #416A8E: hue angle of 208.05º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #416A8E is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB65106142-
CMYK0.540.2500.44
HSL208.05º37.2%40.59%-
HSV(B)208.05º54.23%55.69%-
XYZ12.2213.3827.53-
YUV97.84152.92104.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.77%
GREEN value IS 106 (41.80% from 255) = 33.87%
BLUE value IS 142 (55.86% from 255) = 45.37%
R=20.77%
G=33.87%
B=45.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651061420.540.2500.44208.0537.240.59
Hex416A8E361902Cd02529
Octal10115221666310543204551
Binary100000111010101000111011011011001010110011010000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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