#416499

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

Shades of Mariner #416499

Tints of Mariner #416499

Color information

#416499 (or 0x416499) is unknown color: approx Mariner. HEX triplet: 41, 64 and 99. RGB value is (65,100,153). Sum of RGB (Red+Green+Blue) = 65+100+153=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #416499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416499 is #BE9B66. Grayscale: #5F5F5F. Windows color (decimal): -12491623 or 10052673. OLE color: 10052673.

HSL color Cylindrical-coordinate representation of color #416499: hue angle of 216.14º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #416499 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB65100153-
CMYK0.580.3500.4
HSL216.14º40.37%42.75%-
HSV(B)216.14º57.52%60%-
XYZ12.4912.5431.9-
YUV95.58160.4106.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.44%
GREEN value IS 100 (39.45% from 255) = 31.45%
BLUE value IS 153 (60.16% from 255) = 48.11%
R=20.44%
G=31.45%
B=48.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal651001530.580.3500.4216.1440.3742.75
Hex4164993A23028d8282b
Octal10114423172430503305053
Binary1000001110010010011001111010100011010100011011000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416499; }

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

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

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

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

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

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

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

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