Html Css Color HEX #416BA3 Mariner

📋 copy color: '#416BA3'

red 65 ◦ green 107 ◦ blue 163

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

Shades of Mariner #416BA3

Tints of Mariner #416BA3

RGB

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

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

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

R = 19.4%
G = 31.94%
B = 48.66%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#416BA3 (or 0x416BA3) is known color: Mariner. HEX triplet: 41, 6B and A3. RGB value is (65,107,163). Sum of RGB (Red+Green+Blue) = 65+107+163=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 163 (64.06% from 255 or 48.66% from 335); Max value from RGB is 163 - color contains mainly: blue. Hex color #416BA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416BA3 is #BE945C. Grayscale: #646464. Windows color (decimal): -12489821 or 10709825. OLE color: 10709825.

HSL color Cylindrical-coordinate representation of color #416BA3: hue angle of 214.29º 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 #416BA3 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 65 107 163 -
CMYK 0.60 0.34 0 0.36
HSL 214.29º 0.43% 0.45% -
HSV(B) 214.29º 0.6% 0.64% -
XYZ 14.05 14.28 36.67 -
YUV 100.83 163.09 102.45 -
System Red Green Blue C M Y K H S L
Decimal 65 107 163 0.60 0.34 0 0.36 214.29 0.43 0.45
Hex 41 6B A3 3C 22 0 24 D6 2B 2D
Octal 101 153 243 74 42 0 44 326 53 55
Binary 1000001 1101011 10100011 111100 100010 0 100100 11010110 101011 101101

Color Harmonies of #416BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416BA3

Black with #416BA3

Text Example


Text Example

White with #416BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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