Html Css Color HEX #416BAE Mariner

📋 copy color: '#416BAE'

red 65 ◦ green 107 ◦ blue 174

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

Shades of Mariner #416BAE

Tints of Mariner #416BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.29%

R = 18.79%
G = 30.92%
B = 50.29%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#416BAE (or 0x416BAE) is known color: Mariner. HEX triplet: 41, 6B and AE. RGB value is (65,107,174). Sum of RGB (Red+Green+Blue) = 65+107+174=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #416BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416BAE is #BE9451. Grayscale: #656565. Windows color (decimal): -12489810 or 11430721. OLE color: 11430721.

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

Color convert

RGB 65 107 174 -
CMYK 0.63 0.39 0 0.32
HSL 216.88º 0.46% 0.47% -
HSV(B) 216.88º 0.63% 0.68% -
XYZ 15.08 14.7 42.09 -
YUV 102.08 168.59 101.55 -
System Red Green Blue C M Y K H S L
Decimal 65 107 174 0.63 0.39 0 0.32 216.88 0.46 0.47
Hex 41 6B AE 3F 27 0 20 D9 2E 2F
Octal 101 153 256 77 47 0 40 331 56 57
Binary 1000001 1101011 10101110 111111 100111 0 100000 11011001 101110 101111

Color Harmonies of #416BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416BAE

Black with #416BAE

Text Example


Text Example

White with #416BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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