Html Css Color HEX #406594 Mariner

📋 copy color: '#406594'

red 64 ◦ green 101 ◦ blue 148

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

Shades of Mariner #406594

Tints of Mariner #406594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.27%

 BLUE value IS 148 (58.2% from 255) = 47.28%

R = 20.45%
G = 32.27%
B = 47.28%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#406594 (or 0x406594) is known color: Mariner. HEX triplet: 40, 65 and 94. RGB value is (64,101,148). Sum of RGB (Red+Green+Blue) = 64+101+148=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #406594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406594 is #BF9A6B. Grayscale: #5F5F5F. Windows color (decimal): -12556908 or 9725248. OLE color: 9725248.

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

Color convert

RGB 64 101 148 -
CMYK 0.57 0.32 0 0.42
HSL 213.57º 0.4% 0.42% -
HSV(B) 213.57º 0.57% 0.58% -
XYZ 12.11 12.54 29.8 -
YUV 95.3 157.74 105.68 -
System Red Green Blue C M Y K H S L
Decimal 64 101 148 0.57 0.32 0 0.42 213.57 0.4 0.42
Hex 40 65 94 39 20 0 2A D6 28 2A
Octal 100 145 224 71 40 0 52 326 50 52
Binary 1000000 1100101 10010100 111001 100000 0 101010 11010110 101000 101010

Color Harmonies of #406594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406594

Black with #406594

Text Example


Text Example

White with #406594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406594; }

 p { color: rgb(64,101,148); }

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

background-color css

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

 a { background-color: rgb(64,101,148); }

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

border-color css

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

 span { border-color: rgb(64,101,148); }

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