#416099

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

Shades of Mariner #416099

Tints of Mariner #416099

Color information

#416099 (or 0x416099) is unknown color: approx Mariner. HEX triplet: 41, 60 and 99. RGB value is (65,96,153). Sum of RGB (Red+Green+Blue) = 65+96+153=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #416099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416099 is #BE9F66. Grayscale: #5C5C5C. Windows color (decimal): -12492647 or 10051649. OLE color: 10051649.

HSL color Cylindrical-coordinate representation of color #416099: hue angle of 218.86º 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 #416099 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6596153-
CMYK0.580.3700.4
HSL218.86º40.37%42.75%-
HSV(B)218.86º57.52%60%-
XYZ12.1111.7931.77-
YUV93.23161.73107.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.70%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 153 (60.16% from 255) = 48.73%
R=20.70%
G=30.57%
B=48.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65961530.580.3700.4218.8640.3742.75
Hex4160993A25028db282b
Octal10114023172450503335053
Binary1000001110000010011001111010100101010100011011011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416099; }

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

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

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

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

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

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

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

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