#416697

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

Shades of Mariner #416697

Tints of Mariner #416697

Color information

#416697 (or 0x416697) is unknown color: approx Mariner. HEX triplet: 41, 66 and 97. RGB value is (65,102,151). Sum of RGB (Red+Green+Blue) = 65+102+151=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 151 (59.38% from 255 or 47.48% from 318); Max value from RGB is 151 - color contains mainly: blue. Hex color #416697 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416697 is #BE9968. Grayscale: #606060. Windows color (decimal): -12491113 or 9922113. OLE color: 9922113.

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

Color convert

RGB65102151-
CMYK0.570.3200.41
HSL214.19º39.81%42.35%-
HSV(B)214.19º56.95%59.22%-
XYZ12.5212.8631.1-
YUV96.52158.74105.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.44%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 151 (59.38% from 255) = 47.48%
R=20.44%
G=32.08%
B=47.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal651021510.570.3200.41214.1939.8142.35
Hex4166973920029d6282a
Octal10114622771400513265052
Binary1000001110011010010111111001100000010100111010110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416697; }

 p { color: rgb(65,102,151); }

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

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

 a { background-color: rgb(65,102,151); }

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

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

 span { border-color: rgb(65,102,151); }

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