Html Css Color HEX #416FAB Mariner

📋 copy color: '#416FAB'

red 65 ◦ green 111 ◦ blue 171

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

Shades of Mariner #416FAB

Tints of Mariner #416FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.28%

R = 18.73%
G = 31.99%
B = 49.28%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#416FAB (or 0x416FAB) is known color: Mariner. HEX triplet: 41, 6F and AB. RGB value is (65,111,171). Sum of RGB (Red+Green+Blue) = 65+111+171=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #416FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416FAB is #BE9054. Grayscale: #676767. Windows color (decimal): -12488789 or 11235137. OLE color: 11235137.

HSL color Cylindrical-coordinate representation of color #416FAB: hue angle of 213.96º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #416FAB is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 111 171 -
CMYK 0.62 0.35 0 0.33
HSL 213.96º 0.45% 0.46% -
HSV(B) 213.96º 0.62% 0.67% -
XYZ 15.22 15.43 40.71 -
YUV 104.09 165.76 100.12 -
System Red Green Blue C M Y K H S L
Decimal 65 111 171 0.62 0.35 0 0.33 213.96 0.45 0.46
Hex 41 6F AB 3E 23 0 21 D6 2D 2E
Octal 101 157 253 76 43 0 41 326 55 56
Binary 1000001 1101111 10101011 111110 100011 0 100001 11010110 101101 101110

Color Harmonies of #416FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416FAB

Black with #416FAB

Text Example


Text Example

White with #416FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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