Html Css Color HEX #416199 Mariner

📋 copy color: '#416199'

red 65 ◦ green 97 ◦ blue 153

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

Shades of Mariner #416199

Tints of Mariner #416199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 48.57%

R = 20.63%
G = 30.79%
B = 48.57%

CMYK

 C value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#416199 (or 0x416199) is known color: Mariner. HEX triplet: 41, 61 and 99. RGB value is (65,97,153). Sum of RGB (Red+Green+Blue) = 65+97+153=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #416199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416199 is #BE9E66. Grayscale: #5D5D5D. Windows color (decimal): -12492391 or 10051905. OLE color: 10051905.

HSL color Cylindrical-coordinate representation of color #416199: hue angle of 218.18º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #416199 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 97 153 -
CMYK 0.58 0.37 0 0.4
HSL 218.18º 0.4% 0.43% -
HSV(B) 218.18º 0.58% 0.6% -
XYZ 12.2 11.97 31.8 -
YUV 93.82 161.4 107.45 -
System Red Green Blue C M Y K H S L
Decimal 65 97 153 0.58 0.37 0 0.4 218.18 0.4 0.43
Hex 41 61 99 3A 25 0 28 DA 28 2B
Octal 101 141 231 72 45 0 50 332 50 53
Binary 1000001 1100001 10011001 111010 100101 0 101000 11011010 101000 101011

Color Harmonies of #416199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416199

Black with #416199

Text Example


Text Example

White with #416199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416199; }

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

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

background-color css

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

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

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

border-color css

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

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

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