Html Css Color HEX #416FAF Mariner

📋 copy color: '#416FAF'

red 65 ◦ green 111 ◦ blue 175

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

Shades of Mariner #416FAF

Tints of Mariner #416FAF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.62%

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

R = 18.52%
G = 31.62%
B = 49.86%

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

#416FAF (or 0x416FAF) is known color: Mariner. HEX triplet: 41, 6F and AF. RGB value is (65,111,175). Sum of RGB (Red+Green+Blue) = 65+111+175=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #416FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416FAF is #BE9050. Grayscale: #686868. Windows color (decimal): -12488785 or 11497281. OLE color: 11497281.

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

Color convert

RGB 65 111 175 -
CMYK 0.63 0.37 0 0.31
HSL 214.91º 0.46% 0.47% -
HSV(B) 214.91º 0.63% 0.69% -
XYZ 15.6 15.59 42.74 -
YUV 104.54 167.76 99.8 -
System Red Green Blue C M Y K H S L
Decimal 65 111 175 0.63 0.37 0 0.31 214.91 0.46 0.47
Hex 41 6F AF 3F 25 0 1F D7 2E 2F
Octal 101 157 257 77 45 0 37 327 56 57
Binary 1000001 1101111 10101111 111111 100101 0 11111 11010111 101110 101111

Color Harmonies of #416FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416FAF

Black with #416FAF

Text Example


Text Example

White with #416FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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