#416095

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

Shades of Mariner #416095

Tints of Mariner #416095

Color information

#416095 (or 0x416095) is unknown color: approx Mariner. HEX triplet: 41, 60 and 95. RGB value is (65,96,149). Sum of RGB (Red+Green+Blue) = 65+96+149=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #416095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416095 is #BE9F6A. Grayscale: #5C5C5C. Windows color (decimal): -12492651 or 9789505. OLE color: 9789505.

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

Color convert

RGB6596149-
CMYK0.560.3600.42
HSL217.86º39.25%41.96%-
HSV(B)217.86º56.38%58.43%-
XYZ11.7911.6630.06-
YUV92.77159.73108.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.97%
GREEN value IS 96 (37.89% from 255) = 30.97%
BLUE value IS 149 (58.59% from 255) = 48.06%
R=20.97%
G=30.97%
B=48.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65961490.560.3600.42217.8639.2541.96
Hex416095382402Ada272a
Octal10114022570440523324752
Binary1000001110000010010101111000100100010101011011010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416095; }

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

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

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

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

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

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

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

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