Html Css Color HEX #416C99 Mariner

📋 copy color: '#416C99'

red 65 ◦ green 108 ◦ blue 153

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

Shades of Mariner #416C99

Tints of Mariner #416C99

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.13%

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

R = 19.94%
G = 33.13%
B = 46.93%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#416C99 (or 0x416C99) is known color: Mariner. HEX triplet: 41, 6C and 99. RGB value is (65,108,153). Sum of RGB (Red+Green+Blue) = 65+108+153=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #416C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416C99 is #BE9366. Grayscale: #646464. Windows color (decimal): -12489575 or 10054721. OLE color: 10054721.

HSL color Cylindrical-coordinate representation of color #416C99: hue angle of 210.68º 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 #416C99 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 108 153 -
CMYK 0.58 0.29 0 0.4
HSL 210.68º 0.4% 0.43% -
HSV(B) 210.68º 0.58% 0.6% -
XYZ 13.29 14.15 32.17 -
YUV 100.27 157.75 102.84 -
System Red Green Blue C M Y K H S L
Decimal 65 108 153 0.58 0.29 0 0.4 210.68 0.4 0.43
Hex 41 6C 99 3A 1D 0 28 D3 28 2B
Octal 101 154 231 72 35 0 50 323 50 53
Binary 1000001 1101100 10011001 111010 11101 0 101000 11010011 101000 101011

Color Harmonies of #416C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416C99

Black with #416C99

Text Example


Text Example

White with #416C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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