Html Css Color HEX #416DA3 Mariner

📋 copy color: '#416DA3'

red 65 ◦ green 109 ◦ blue 163

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

Shades of Mariner #416DA3

Tints of Mariner #416DA3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.34%

 BLUE value IS 163 (64.06% from 255) = 48.37%

R = 19.29%
G = 32.34%
B = 48.37%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#416DA3 (or 0x416DA3) is known color: Mariner. HEX triplet: 41, 6D and A3. RGB value is (65,109,163). Sum of RGB (Red+Green+Blue) = 65+109+163=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 163 (64.06% from 255 or 48.37% from 337); Max value from RGB is 163 - color contains mainly: blue. Hex color #416DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416DA3 is #BE925C. Grayscale: #656565. Windows color (decimal): -12489309 or 10710337. OLE color: 10710337.

HSL color Cylindrical-coordinate representation of color #416DA3: hue angle of 213.06º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #416DA3 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 65 109 163 -
CMYK 0.60 0.33 0 0.36
HSL 213.06º 0.43% 0.45% -
HSV(B) 213.06º 0.6% 0.64% -
XYZ 14.26 14.71 36.74 -
YUV 102 162.42 101.61 -
System Red Green Blue C M Y K H S L
Decimal 65 109 163 0.60 0.33 0 0.36 213.06 0.43 0.45
Hex 41 6D A3 3C 21 0 24 D5 2B 2D
Octal 101 155 243 74 41 0 44 325 53 55
Binary 1000001 1101101 10100011 111100 100001 0 100100 11010101 101011 101101

Color Harmonies of #416DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416DA3

Black with #416DA3

Text Example


Text Example

White with #416DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,109,163); }

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

background-color css

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

 a { background-color: rgb(65,109,163); }

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

border-color css

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

 span { border-color: rgb(65,109,163); }

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