Html Css Color HEX #406D9D Mariner

📋 copy color: '#406D9D'

red 64 ◦ green 109 ◦ blue 157

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

Shades of Mariner #406D9D

Tints of Mariner #406D9D

RGB

 RED value IS 64 (25.39% from 255) = 19.39%

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

 BLUE value IS 157 (61.72% from 255) = 47.58%

R = 19.39%
G = 33.03%
B = 47.58%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#406D9D (or 0x406D9D) is known color: Mariner. HEX triplet: 40, 6D and 9D. RGB value is (64,109,157). Sum of RGB (Red+Green+Blue) = 64+109+157=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #406D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406D9D is #BF9262. Grayscale: #646464. Windows color (decimal): -12554851 or 10317120. OLE color: 10317120.

HSL color Cylindrical-coordinate representation of color #406D9D: hue angle of 210.97º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #406D9D is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 109 157 -
CMYK 0.59 0.31 0 0.38
HSL 210.97º 0.42% 0.43% -
HSV(B) 210.97º 0.59% 0.62% -
XYZ 13.67 14.46 33.97 -
YUV 101.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 64 109 157 0.59 0.31 0 0.38 210.97 0.42 0.43
Hex 40 6D 9D 3B 1F 0 26 D3 2A 2B
Octal 100 155 235 73 37 0 46 323 52 53
Binary 1000000 1101101 10011101 111011 11111 0 100110 11010011 101010 101011

Color Harmonies of #406D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406D9D

Black with #406D9D

Text Example


Text Example

White with #406D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406D9D; }

 p { color: rgb(64,109,157); }

 H1.HeaderClassName
 {
   color: #406D9D;
 }
 .AnyTagClassName
 {
   color: #406D9D;
 }
</style>

background-color css

<style>
 a { background-color: #406D9D; }

 a { background-color: rgb(64,109,157); }

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

border-color css

<style>
 span { border-color: #406D9D; }

 span { border-color: rgb(64,109,157); }

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