Html Css Color HEX #406190 Mariner

📋 copy color: '#406190'

red 64 ◦ green 97 ◦ blue 144

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

Shades of Mariner #406190

Tints of Mariner #406190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.21%

R = 20.98%
G = 31.8%
B = 47.21%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#406190 (or 0x406190) is known color: Mariner. HEX triplet: 40, 61 and 90. RGB value is (64,97,144). Sum of RGB (Red+Green+Blue) = 64+97+144=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #406190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406190 is #BF9E6F. Grayscale: #5C5C5C. Windows color (decimal): -12557936 or 9462080. OLE color: 9462080.

HSL color Cylindrical-coordinate representation of color #406190: hue angle of 215.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #406190 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 97 144 -
CMYK 0.56 0.33 0 0.44
HSL 215.25º 0.38% 0.41% -
HSV(B) 215.25º 0.56% 0.56% -
XYZ 11.42 11.65 28.03 -
YUV 92.49 157.07 107.68 -
System Red Green Blue C M Y K H S L
Decimal 64 97 144 0.56 0.33 0 0.44 215.25 0.38 0.41
Hex 40 61 90 38 21 0 2C D7 26 29
Octal 100 141 220 70 41 0 54 327 46 51
Binary 1000000 1100001 10010000 111000 100001 0 101100 11010111 100110 101001

Color Harmonies of #406190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406190

Black with #406190

Text Example


Text Example

White with #406190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406190; }

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

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

background-color css

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

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

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

border-color css

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

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

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