#416894

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

Shades of Mariner #416894

Tints of Mariner #416894

Color information

#416894 (or 0x416894) is unknown color: approx Mariner. HEX triplet: 41, 68 and 94. RGB value is (65,104,148). Sum of RGB (Red+Green+Blue) = 65+104+148=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #416894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416894 is #BE976B. Grayscale: #616161. Windows color (decimal): -12490604 or 9726017. OLE color: 9726017.

HSL color Cylindrical-coordinate representation of color #416894: hue angle of 211.81º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #416894 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB65104148-
CMYK0.560.3000.42
HSL211.81º38.97%41.76%-
HSV(B)211.81º56.08%58.04%-
XYZ12.4813.1629.9-
YUV97.35156.58104.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.50%
GREEN value IS 104 (41.02% from 255) = 32.81%
BLUE value IS 148 (58.20% from 255) = 46.69%
R=20.50%
G=32.81%
B=46.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651041480.560.3000.42211.8138.9741.76
Hex416894381E02Ad4272a
Octal10115022470360523244752
Binary100000111010001001010011100011110010101011010100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416894; }

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

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

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

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

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

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

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

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