Html Css Color HEX #406296 Mariner

📋 copy color: '#406296'

red 64 ◦ green 98 ◦ blue 150

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

Shades of Mariner #406296

Tints of Mariner #406296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 48.08%

R = 20.51%
G = 31.41%
B = 48.08%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#406296 (or 0x406296) is known color: Mariner. HEX triplet: 40, 62 and 96. RGB value is (64,98,150). Sum of RGB (Red+Green+Blue) = 64+98+150=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #406296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406296 is #BF9D69. Grayscale: #5D5D5D. Windows color (decimal): -12557674 or 9855552. OLE color: 9855552.

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

Color convert

RGB 64 98 150 -
CMYK 0.57 0.35 0 0.41
HSL 216.28º 0.4% 0.42% -
HSV(B) 216.28º 0.57% 0.59% -
XYZ 11.99 12.03 30.54 -
YUV 93.76 159.74 106.77 -
System Red Green Blue C M Y K H S L
Decimal 64 98 150 0.57 0.35 0 0.41 216.28 0.4 0.42
Hex 40 62 96 39 23 0 29 D8 28 2A
Octal 100 142 226 71 43 0 51 330 50 52
Binary 1000000 1100010 10010110 111001 100011 0 101001 11011000 101000 101010

Color Harmonies of #406296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406296

Black with #406296

Text Example


Text Example

White with #406296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406296; }

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

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

background-color css

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

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

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

border-color css

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

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

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