Html Css Color HEX #416D9B Mariner

📋 copy color: '#416D9B'

red 65 ◦ green 109 ◦ blue 155

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

Shades of Mariner #416D9B

Tints of Mariner #416D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.11%

R = 19.76%
G = 33.13%
B = 47.11%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#416D9B (or 0x416D9B) is known color: Mariner. HEX triplet: 41, 6D and 9B. RGB value is (65,109,155). Sum of RGB (Red+Green+Blue) = 65+109+155=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #416D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416D9B is #BE9264. Grayscale: #646464. Windows color (decimal): -12489317 or 10186049. OLE color: 10186049.

HSL color Cylindrical-coordinate representation of color #416D9B: hue angle of 210.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #416D9B is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 109 155 -
CMYK 0.58 0.30 0 0.39
HSL 210.67º 0.41% 0.43% -
HSV(B) 210.67º 0.58% 0.61% -
XYZ 13.57 14.43 33.08 -
YUV 101.09 158.42 102.26 -
System Red Green Blue C M Y K H S L
Decimal 65 109 155 0.58 0.30 0 0.39 210.67 0.41 0.43
Hex 41 6D 9B 3A 1E 0 27 D3 29 2B
Octal 101 155 233 72 36 0 47 323 51 53
Binary 1000001 1101101 10011011 111010 11110 0 100111 11010011 101001 101011

Color Harmonies of #416D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416D9B

Black with #416D9B

Text Example


Text Example

White with #416D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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