#416198

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

Shades of Mariner #416198

Tints of Mariner #416198

Color information

#416198 (or 0x416198) is unknown color: approx Mariner. HEX triplet: 41, 61 and 98. RGB value is (65,97,152). Sum of RGB (Red+Green+Blue) = 65+97+152=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 152 - color contains mainly: blue. Hex color #416198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416198 is #BE9E67. Grayscale: #5D5D5D. Windows color (decimal): -12492392 or 9986369. OLE color: 9986369.

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

Color convert

RGB6597152-
CMYK0.570.3600.40
HSL217.93º40.09%42.55%-
HSV(B)217.93º57.24%59.61%-
XYZ12.1211.9431.37-
YUV93.7160.9107.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.70%
GREEN value IS 97 (38.28% from 255) = 30.89%
BLUE value IS 152 (59.77% from 255) = 48.41%
R=20.70%
G=30.89%
B=48.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal65971520.570.3600.40217.9340.0942.55
Hex4161983924028da282b
Octal10114123071440503325053
Binary1000001110000110011000111001100100010100011011010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416198; }

 p { color: rgb(65,97,152); }

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

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

 a { background-color: rgb(65,97,152); }

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

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

 span { border-color: rgb(65,97,152); }

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