Html Css Color HEX #416AAB Mariner

📋 copy color: '#416AAB'

red 65 ◦ green 106 ◦ blue 171

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

Shades of Mariner #416AAB

Tints of Mariner #416AAB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.99%

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

R = 19.01%
G = 30.99%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#416AAB (or 0x416AAB) is known color: Mariner. HEX triplet: 41, 6A and AB. RGB value is (65,106,171). Sum of RGB (Red+Green+Blue) = 65+106+171=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #416AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416AAB is #BE9554. Grayscale: #646464. Windows color (decimal): -12490069 or 11233857. OLE color: 11233857.

HSL color Cylindrical-coordinate representation of color #416AAB: hue angle of 216.79º 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 #416AAB is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 106 171 -
CMYK 0.62 0.38 0 0.33
HSL 216.79º 0.45% 0.46% -
HSV(B) 216.79º 0.62% 0.67% -
XYZ 14.68 14.37 40.53 -
YUV 101.15 167.42 102.21 -
System Red Green Blue C M Y K H S L
Decimal 65 106 171 0.62 0.38 0 0.33 216.79 0.45 0.46
Hex 41 6A AB 3E 26 0 21 D9 2D 2E
Octal 101 152 253 76 46 0 41 331 55 56
Binary 1000001 1101010 10101011 111110 100110 0 100001 11011001 101101 101110

Color Harmonies of #416AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416AAB

Black with #416AAB

Text Example


Text Example

White with #416AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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