#416291

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

Shades of Mariner #416291

Tints of Mariner #416291

Color information

#416291 (or 0x416291) is unknown color: approx Mariner. HEX triplet: 41, 62 and 91. RGB value is (65,98,145). Sum of RGB (Red+Green+Blue) = 65+98+145=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #416291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416291 is #BE9D6E. Grayscale: #5D5D5D. Windows color (decimal): -12492143 or 9527873. OLE color: 9527873.

HSL color Cylindrical-coordinate representation of color #416291: hue angle of 215.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #416291 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6598145-
CMYK0.550.3200.43
HSL215.25º38.1%41.18%-
HSV(B)215.25º55.17%56.86%-
XYZ11.6611.928.47-
YUV93.49157.07107.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.10%
GREEN value IS 98 (38.67% from 255) = 31.82%
BLUE value IS 145 (57.03% from 255) = 47.08%
R=21.10%
G=31.82%
B=47.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65981450.550.3200.43215.2538.141.18
Hex416291372002Bd72629
Octal10114222167400533274651
Binary1000001110001010010001110111100000010101111010111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416291; }

 p { color: rgb(65,98,145); }

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

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

 a { background-color: rgb(65,98,145); }

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

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

 span { border-color: rgb(65,98,145); }

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