Html Css Color HEX #406295 Mariner

📋 copy color: '#406295'

red 64 ◦ green 98 ◦ blue 149

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

Shades of Mariner #406295

Tints of Mariner #406295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.91%

R = 20.58%
G = 31.51%
B = 47.91%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#406295 (or 0x406295) is known color: Mariner. HEX triplet: 40, 62 and 95. RGB value is (64,98,149). Sum of RGB (Red+Green+Blue) = 64+98+149=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #406295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406295 is #BF9D6A. Grayscale: #5D5D5D. Windows color (decimal): -12557675 or 9790016. OLE color: 9790016.

HSL color Cylindrical-coordinate representation of color #406295: hue angle of 216º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #406295 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 98 149 -
CMYK 0.57 0.34 0 0.42
HSL 216º 0.4% 0.42% -
HSV(B) 216º 0.57% 0.58% -
XYZ 11.91 12 30.12 -
YUV 93.65 159.24 106.85 -
System Red Green Blue C M Y K H S L
Decimal 64 98 149 0.57 0.34 0 0.42 216 0.4 0.42
Hex 40 62 95 39 22 0 2A D8 28 2A
Octal 100 142 225 71 42 0 52 330 50 52
Binary 1000000 1100010 10010101 111001 100010 0 101010 11011000 101000 101010

Color Harmonies of #406295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406295

Black with #406295

Text Example


Text Example

White with #406295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406295; }

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

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

background-color css

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

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

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

border-color css

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

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

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