Html Css Color HEX #416AB8 Mariner

📋 copy color: '#416AB8'

red 65 ◦ green 106 ◦ blue 184

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

Shades of Mariner #416AB8

Tints of Mariner #416AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 51.83%

R = 18.31%
G = 29.86%
B = 51.83%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#416AB8 (or 0x416AB8) is known color: Mariner. HEX triplet: 41, 6A and B8. RGB value is (65,106,184). Sum of RGB (Red+Green+Blue) = 65+106+184=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 184 (72.27% from 255 or 51.83% from 355); Max value from RGB is 184 - color contains mainly: blue. Hex color #416AB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416AB8 is #BE9547. Grayscale: #666666. Windows color (decimal): -12490056 or 12085825. OLE color: 12085825.

HSL color Cylindrical-coordinate representation of color #416AB8: hue angle of 219.33º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #416AB8 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 65 106 184 -
CMYK 0.65 0.42 0 0.28
HSL 219.33º 0.48% 0.49% -
HSV(B) 219.33º 0.65% 0.72% -
XYZ 15.99 14.89 47.38 -
YUV 102.63 173.92 101.16 -
System Red Green Blue C M Y K H S L
Decimal 65 106 184 0.65 0.42 0 0.28 219.33 0.48 0.49
Hex 41 6A B8 41 2A 0 1C DB 30 31
Octal 101 152 270 101 52 0 34 333 60 61
Binary 1000001 1101010 10111000 1000001 101010 0 11100 11011011 110000 110001

Color Harmonies of #416AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416AB8

Black with #416AB8

Text Example


Text Example

White with #416AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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