Html Css Color HEX #406B9D Mariner

📋 copy color: '#406B9D'

red 64 ◦ green 107 ◦ blue 157

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

Shades of Mariner #406B9D

Tints of Mariner #406B9D

RGB

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

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

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

R = 19.51%
G = 32.62%
B = 47.87%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#406B9D (or 0x406B9D) is known color: Mariner. HEX triplet: 40, 6B and 9D. RGB value is (64,107,157). Sum of RGB (Red+Green+Blue) = 64+107+157=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #406B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406B9D is #BF9462. Grayscale: #636363. Windows color (decimal): -12555363 or 10316608. OLE color: 10316608.

HSL color Cylindrical-coordinate representation of color #406B9D: hue angle of 212.26º 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 #406B9D is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 107 157 -
CMYK 0.59 0.32 0 0.38
HSL 212.26º 0.42% 0.43% -
HSV(B) 212.26º 0.59% 0.62% -
XYZ 13.46 14.04 33.9 -
YUV 99.84 160.25 102.43 -
System Red Green Blue C M Y K H S L
Decimal 64 107 157 0.59 0.32 0 0.38 212.26 0.42 0.43
Hex 40 6B 9D 3B 20 0 26 D4 2A 2B
Octal 100 153 235 73 40 0 46 324 52 53
Binary 1000000 1101011 10011101 111011 100000 0 100110 11010100 101010 101011

Color Harmonies of #406B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406B9D

Black with #406B9D

Text Example


Text Example

White with #406B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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