Html Css Color HEX #416DAF Mariner

📋 copy color: '#416DAF'

red 65 ◦ green 109 ◦ blue 175

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

Shades of Mariner #416DAF

Tints of Mariner #416DAF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.23%

 BLUE value IS 175 (68.75% from 255) = 50.14%

R = 18.62%
G = 31.23%
B = 50.14%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#416DAF (or 0x416DAF) is known color: Mariner. HEX triplet: 41, 6D and AF. RGB value is (65,109,175). Sum of RGB (Red+Green+Blue) = 65+109+175=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #416DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416DAF is #BE9250. Grayscale: #676767. Windows color (decimal): -12489297 or 11496769. OLE color: 11496769.

HSL color Cylindrical-coordinate representation of color #416DAF: hue angle of 216º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #416DAF is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 65 109 175 -
CMYK 0.63 0.38 0 0.31
HSL 216º 0.46% 0.47% -
HSV(B) 216º 0.63% 0.69% -
XYZ 15.39 15.16 42.67 -
YUV 103.37 168.42 100.63 -
System Red Green Blue C M Y K H S L
Decimal 65 109 175 0.63 0.38 0 0.31 216 0.46 0.47
Hex 41 6D AF 3F 26 0 1F D8 2E 2F
Octal 101 155 257 77 46 0 37 330 56 57
Binary 1000001 1101101 10101111 111111 100110 0 11111 11011000 101110 101111

Color Harmonies of #416DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416DAF

Black with #416DAF

Text Example


Text Example

White with #416DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,109,175); }

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

background-color css

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

 a { background-color: rgb(65,109,175); }

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

border-color css

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

 span { border-color: rgb(65,109,175); }

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