Html Css Color HEX #416BAC Mariner

📋 copy color: '#416BAC'

red 65 ◦ green 107 ◦ blue 172

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

Shades of Mariner #416BAC

Tints of Mariner #416BAC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.1%

 BLUE value IS 172 (67.58% from 255) = 50%

R = 18.9%
G = 31.1%
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

#416BAC (or 0x416BAC) is known color: Mariner. HEX triplet: 41, 6B and AC. RGB value is (65,107,172). Sum of RGB (Red+Green+Blue) = 65+107+172=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #416BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416BAC is #BE9453. Grayscale: #656565. Windows color (decimal): -12489812 or 11299649. OLE color: 11299649.

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

Color convert

RGB 65 107 172 -
CMYK 0.62 0.38 0 0.33
HSL 216.45º 0.45% 0.46% -
HSV(B) 216.45º 0.62% 0.67% -
XYZ 14.88 14.62 41.07 -
YUV 101.85 167.59 101.71 -
System Red Green Blue C M Y K H S L
Decimal 65 107 172 0.62 0.38 0 0.33 216.45 0.45 0.46
Hex 41 6B AC 3E 26 0 21 D8 2D 2E
Octal 101 153 254 76 46 0 41 330 55 56
Binary 1000001 1101011 10101100 111110 100110 0 100001 11011000 101101 101110

Color Harmonies of #416BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416BAC

Black with #416BAC

Text Example


Text Example

White with #416BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,107,172); }

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

background-color css

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

 a { background-color: rgb(65,107,172); }

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

border-color css

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

 span { border-color: rgb(65,107,172); }

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