Html Css Color HEX #406290 Mariner

📋 copy color: '#406290'

red 64 ◦ green 98 ◦ blue 144

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

Shades of Mariner #406290

Tints of Mariner #406290

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.03%

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

R = 20.92%
G = 32.03%
B = 47.06%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#406290 (or 0x406290) is known color: Mariner. HEX triplet: 40, 62 and 90. RGB value is (64,98,144). Sum of RGB (Red+Green+Blue) = 64+98+144=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #406290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406290 is #BF9D6F. Grayscale: #5C5C5C. Windows color (decimal): -12557680 or 9462336. OLE color: 9462336.

HSL color Cylindrical-coordinate representation of color #406290: hue angle of 214.5º 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 #406290 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 98 144 -
CMYK 0.56 0.32 0 0.44
HSL 214.5º 0.38% 0.41% -
HSV(B) 214.5º 0.56% 0.56% -
XYZ 11.52 11.84 28.06 -
YUV 93.08 156.74 107.26 -
System Red Green Blue C M Y K H S L
Decimal 64 98 144 0.56 0.32 0 0.44 214.5 0.38 0.41
Hex 40 62 90 38 20 0 2C D6 26 29
Octal 100 142 220 70 40 0 54 326 46 51
Binary 1000000 1100010 10010000 111000 100000 0 101100 11010110 100110 101001

Color Harmonies of #406290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406290

Black with #406290

Text Example


Text Example

White with #406290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406290; }

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

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

background-color css

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

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

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

border-color css

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

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

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