#416590

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

Shades of Wedgewood #416590

Tints of Wedgewood #416590

Color information

#416590 (or 0x416590) is unknown color: approx Wedgewood. HEX triplet: 41, 65 and 90. RGB value is (65,101,144). Sum of RGB (Red+Green+Blue) = 65+101+144=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #416590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416590 is #BE9A6F. Grayscale: #5E5E5E. Windows color (decimal): -12491376 or 9463105. OLE color: 9463105.

HSL color Cylindrical-coordinate representation of color #416590: hue angle of 212.66º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #416590 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB65101144-
CMYK0.550.3000.44
HSL212.66º37.8%40.98%-
HSV(B)212.66º54.86%56.47%-
XYZ11.8712.4428.16-
YUV95.14155.57106.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.97%
GREEN value IS 101 (39.84% from 255) = 32.58%
BLUE value IS 144 (56.64% from 255) = 46.45%
R=20.97%
G=32.58%
B=46.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651011440.550.3000.44212.6637.840.98
Hex416590371E02Cd52629
Octal10114522067360543254651
Binary100000111001011001000011011111110010110011010101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416590; }

 p { color: rgb(65,101,144); }

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

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

 a { background-color: rgb(65,101,144); }

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

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

 span { border-color: rgb(65,101,144); }

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