Html Css Color HEX #416EAF Mariner

📋 copy color: '#416EAF'

red 65 ◦ green 110 ◦ blue 175

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

Shades of Mariner #416EAF

Tints of Mariner #416EAF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.43%

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

R = 18.57%
G = 31.43%
B = 50%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#416EAF (or 0x416EAF) is known color: Mariner. HEX triplet: 41, 6E and AF. RGB value is (65,110,175). Sum of RGB (Red+Green+Blue) = 65+110+175=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #416EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416EAF is #BE9150. Grayscale: #676767. Windows color (decimal): -12489041 or 11497025. OLE color: 11497025.

HSL color Cylindrical-coordinate representation of color #416EAF: hue angle of 215.45º 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 #416EAF is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 65 110 175 -
CMYK 0.63 0.37 0 0.31
HSL 215.45º 0.46% 0.47% -
HSV(B) 215.45º 0.63% 0.69% -
XYZ 15.49 15.37 42.71 -
YUV 103.96 168.09 100.21 -
System Red Green Blue C M Y K H S L
Decimal 65 110 175 0.63 0.37 0 0.31 215.45 0.46 0.47
Hex 41 6E AF 3F 25 0 1F D7 2E 2F
Octal 101 156 257 77 45 0 37 327 56 57
Binary 1000001 1101110 10101111 111111 100101 0 11111 11010111 101110 101111

Color Harmonies of #416EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416EAF

Black with #416EAF

Text Example


Text Example

White with #416EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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