Html Css Color HEX #416FAD Mariner

📋 copy color: '#416FAD'

red 65 ◦ green 111 ◦ blue 173

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

Shades of Mariner #416FAD

Tints of Mariner #416FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.57%

R = 18.62%
G = 31.81%
B = 49.57%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#416FAD (or 0x416FAD) is known color: Mariner. HEX triplet: 41, 6F and AD. RGB value is (65,111,173). Sum of RGB (Red+Green+Blue) = 65+111+173=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #416FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416FAD is #BE9052. Grayscale: #686868. Windows color (decimal): -12488787 or 11366209. OLE color: 11366209.

HSL color Cylindrical-coordinate representation of color #416FAD: hue angle of 214.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #416FAD is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 111 173 -
CMYK 0.62 0.36 0 0.32
HSL 214.44º 0.45% 0.47% -
HSV(B) 214.44º 0.62% 0.68% -
XYZ 15.41 15.51 41.72 -
YUV 104.31 166.76 99.96 -
System Red Green Blue C M Y K H S L
Decimal 65 111 173 0.62 0.36 0 0.32 214.44 0.45 0.47
Hex 41 6F AD 3E 24 0 20 D6 2D 2F
Octal 101 157 255 76 44 0 40 326 55 57
Binary 1000001 1101111 10101101 111110 100100 0 100000 11010110 101101 101111

Color Harmonies of #416FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416FAD

Black with #416FAD

Text Example


Text Example

White with #416FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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