Html Css Color HEX #406CB9 Mariner

📋 copy color: '#406CB9'

red 64 ◦ green 108 ◦ blue 185

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

Shades of Mariner #406CB9

Tints of Mariner #406CB9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.25%

 BLUE value IS 185 (72.66% from 255) = 51.82%

R = 17.93%
G = 30.25%
B = 51.82%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#406CB9 (or 0x406CB9) is known color: Mariner. HEX triplet: 40, 6C and B9. RGB value is (64,108,185). Sum of RGB (Red+Green+Blue) = 64+108+185=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 185 (72.66% from 255 or 51.82% from 357); Max value from RGB is 185 - color contains mainly: blue. Hex color #406CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406CB9 is #BF9346. Grayscale: #676767. Windows color (decimal): -12555079 or 12151872. OLE color: 12151872.

HSL color Cylindrical-coordinate representation of color #406CB9: hue angle of 218.18º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #406CB9 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 108 185 -
CMYK 0.65 0.42 0 0.27
HSL 218.18º 0.49% 0.49% -
HSV(B) 218.18º 0.65% 0.73% -
XYZ 16.23 15.32 48 -
YUV 103.62 173.92 99.74 -
System Red Green Blue C M Y K H S L
Decimal 64 108 185 0.65 0.42 0 0.27 218.18 0.49 0.49
Hex 40 6C B9 41 2A 0 1B DA 31 31
Octal 100 154 271 101 52 0 33 332 61 61
Binary 1000000 1101100 10111001 1000001 101010 0 11011 11011010 110001 110001

Color Harmonies of #406CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406CB9

Black with #406CB9

Text Example


Text Example

White with #406CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,108,185); }

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

background-color css

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

 a { background-color: rgb(64,108,185); }

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

border-color css

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

 span { border-color: rgb(64,108,185); }

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