Html Css Color HEX #416192 Mariner

📋 copy color: '#416192'

red 65 ◦ green 97 ◦ blue 146

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

Shades of Mariner #416192

Tints of Mariner #416192

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.49%

 BLUE value IS 146 (57.42% from 255) = 47.4%

R = 21.1%
G = 31.49%
B = 47.4%

CMYK

 C value IS 0.55

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#416192 (or 0x416192) is known color: Mariner. HEX triplet: 41, 61 and 92. RGB value is (65,97,146). Sum of RGB (Red+Green+Blue) = 65+97+146=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #416192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416192 is #BE9E6D. Grayscale: #5C5C5C. Windows color (decimal): -12492398 or 9593153. OLE color: 9593153.

HSL color Cylindrical-coordinate representation of color #416192: hue angle of 216.3º 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 #416192 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 97 146 -
CMYK 0.55 0.34 0 0.43
HSL 216.3º 0.38% 0.41% -
HSV(B) 216.3º 0.55% 0.57% -
XYZ 11.64 11.75 28.85 -
YUV 93.02 157.9 108.02 -
System Red Green Blue C M Y K H S L
Decimal 65 97 146 0.55 0.34 0 0.43 216.3 0.38 0.41
Hex 41 61 92 37 22 0 2B D8 26 29
Octal 101 141 222 67 42 0 53 330 46 51
Binary 1000001 1100001 10010010 110111 100010 0 101011 11011000 100110 101001

Color Harmonies of #416192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416192

Black with #416192

Text Example


Text Example

White with #416192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416192; }

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

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

background-color css

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

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

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

border-color css

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

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

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