Html Css Color HEX #406292 Mariner

📋 copy color: '#406292'

red 64 ◦ green 98 ◦ blue 146

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

Shades of Mariner #406292

Tints of Mariner #406292

RGB

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

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

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

R = 20.78%
G = 31.82%
B = 47.4%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#406292 (or 0x406292) is known color: Mariner. HEX triplet: 40, 62 and 92. RGB value is (64,98,146). Sum of RGB (Red+Green+Blue) = 64+98+146=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #406292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406292 is #BF9D6D. Grayscale: #5D5D5D. Windows color (decimal): -12557678 or 9593408. OLE color: 9593408.

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

Color convert

RGB 64 98 146 -
CMYK 0.56 0.33 0 0.43
HSL 215.12º 0.39% 0.41% -
HSV(B) 215.12º 0.56% 0.57% -
XYZ 11.67 11.9 28.88 -
YUV 93.31 157.74 107.1 -
System Red Green Blue C M Y K H S L
Decimal 64 98 146 0.56 0.33 0 0.43 215.12 0.39 0.41
Hex 40 62 92 38 21 0 2B D7 27 29
Octal 100 142 222 70 41 0 53 327 47 51
Binary 1000000 1100010 10010010 111000 100001 0 101011 11010111 100111 101001

Color Harmonies of #406292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406292

Black with #406292

Text Example


Text Example

White with #406292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406292; }

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

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

background-color css

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

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

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

border-color css

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

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

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