Html Css Color HEX #406192 Mariner

📋 copy color: '#406192'

red 64 ◦ green 97 ◦ blue 146

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

Shades of Mariner #406192

Tints of Mariner #406192

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.6%

 BLUE value IS 146 (57.42% from 255) = 47.56%

R = 20.85%
G = 31.6%
B = 47.56%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#406192 (or 0x406192) is known color: Mariner. HEX triplet: 40, 61 and 92. RGB value is (64,97,146). Sum of RGB (Red+Green+Blue) = 64+97+146=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #406192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406192 is #BF9E6D. Grayscale: #5C5C5C. Windows color (decimal): -12557934 or 9593152. OLE color: 9593152.

HSL color Cylindrical-coordinate representation of color #406192: hue angle of 215.85º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #406192 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 97 146 -
CMYK 0.56 0.34 0 0.43
HSL 215.85º 0.39% 0.41% -
HSV(B) 215.85º 0.56% 0.57% -
XYZ 11.58 11.71 28.85 -
YUV 92.72 158.07 107.52 -
System Red Green Blue C M Y K H S L
Decimal 64 97 146 0.56 0.34 0 0.43 215.85 0.39 0.41
Hex 40 61 92 38 22 0 2B D8 27 29
Octal 100 141 222 70 42 0 53 330 47 51
Binary 1000000 1100001 10010010 111000 100010 0 101011 11011000 100111 101001

Color Harmonies of #406192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406192

Black with #406192

Text Example


Text Example

White with #406192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406192; }

 p { color: rgb(64,97,146); }

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

background-color css

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

 a { background-color: rgb(64,97,146); }

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

border-color css

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

 span { border-color: rgb(64,97,146); }

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