#416493

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

Shades of Mariner #416493

Tints of Mariner #416493

Color information

#416493 (or 0x416493) is unknown color: approx Mariner. HEX triplet: 41, 64 and 93. RGB value is (65,100,147). Sum of RGB (Red+Green+Blue) = 65+100+147=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #416493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416493 is #BE9B6C. Grayscale: #5E5E5E. Windows color (decimal): -12491629 or 9659457. OLE color: 9659457.

HSL color Cylindrical-coordinate representation of color #416493: hue angle of 214.39º 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 #416493 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB65100147-
CMYK0.560.3200.42
HSL214.39º38.68%41.57%-
HSV(B)214.39º55.78%57.65%-
XYZ1212.3429.35-
YUV94.89157.4106.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.83%
GREEN value IS 100 (39.45% from 255) = 32.05%
BLUE value IS 147 (57.81% from 255) = 47.12%
R=20.83%
G=32.05%
B=47.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651001470.560.3200.42214.3938.6841.57
Hex416493382002Ad6272a
Octal10114422370400523264752
Binary1000001110010010010011111000100000010101011010110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416493; }

 p { color: rgb(65,100,147); }

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

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

 a { background-color: rgb(65,100,147); }

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

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

 span { border-color: rgb(65,100,147); }

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