Html Css Color HEX #416999 Mariner

📋 copy color: '#416999'

red 65 ◦ green 105 ◦ blue 153

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

Shades of Mariner #416999

Tints of Mariner #416999

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.51%

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

R = 20.12%
G = 32.51%
B = 47.37%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#416999 (or 0x416999) is known color: Mariner. HEX triplet: 41, 69 and 99. RGB value is (65,105,153). Sum of RGB (Red+Green+Blue) = 65+105+153=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #416999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416999 is #BE9666. Grayscale: #626262. Windows color (decimal): -12490343 or 10053953. OLE color: 10053953.

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

Color convert

RGB 65 105 153 -
CMYK 0.58 0.31 0 0.4
HSL 212.73º 0.4% 0.43% -
HSV(B) 212.73º 0.58% 0.6% -
XYZ 12.98 13.53 32.06 -
YUV 98.51 158.75 104.1 -
System Red Green Blue C M Y K H S L
Decimal 65 105 153 0.58 0.31 0 0.4 212.73 0.4 0.43
Hex 41 69 99 3A 1F 0 28 D5 28 2B
Octal 101 151 231 72 37 0 50 325 50 53
Binary 1000001 1101001 10011001 111010 11111 0 101000 11010101 101000 101011

Color Harmonies of #416999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416999

Black with #416999

Text Example


Text Example

White with #416999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416999; }

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

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

background-color css

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

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

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

border-color css

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

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

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