Html Css Color HEX #416696 Mariner

📋 copy color: '#416696'

red 65 ◦ green 102 ◦ blue 150

#416696
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #416696

Tints of Mariner #416696

RGB

 RED value IS 65 (25.78% from 255) = 20.5%

 GREEN value IS 102 (40.23% from 255) = 32.18%

 BLUE value IS 150 (58.98% from 255) = 47.32%

R = 20.5%
G = 32.18%
B = 47.32%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#416696 (or 0x416696) is known color: Mariner. HEX triplet: 41, 66 and 96. RGB value is (65,102,150). Sum of RGB (Red+Green+Blue) = 65+102+150=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 150 - color contains mainly: blue. Hex color #416696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416696 is #BE9969. Grayscale: #606060. Windows color (decimal): -12491114 or 9856577. OLE color: 9856577.

HSL color Cylindrical-coordinate representation of color #416696: hue angle of 213.88º 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 #416696 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 102 150 -
CMYK 0.57 0.32 0 0.41
HSL 213.88º 0.4% 0.42% -
HSV(B) 213.88º 0.57% 0.59% -
XYZ 12.44 12.83 30.67 -
YUV 96.41 158.24 105.6 -
System Red Green Blue C M Y K H S L
Decimal 65 102 150 0.57 0.32 0 0.41 213.88 0.4 0.42
Hex 41 66 96 39 20 0 29 D6 28 2A
Octal 101 146 226 71 40 0 51 326 50 52
Binary 1000001 1100110 10010110 111001 100000 0 101001 11010110 101000 101010

Color Harmonies of #416696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416696

Black with #416696

Text Example


Text Example

White with #416696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416696; }

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

 H1.HeaderClassName
 {
   color: #416696;
 }
 .AnyTagClassName
 {
   color: #416696;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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