Html Css Color HEX #406596 Mariner

📋 copy color: '#406596'

red 64 ◦ green 101 ◦ blue 150

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

Shades of Mariner #406596

Tints of Mariner #406596

RGB

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

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

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

R = 20.32%
G = 32.06%
B = 47.62%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#406596 (or 0x406596) is known color: Mariner. HEX triplet: 40, 65 and 96. RGB value is (64,101,150). Sum of RGB (Red+Green+Blue) = 64+101+150=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #406596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406596 is #BF9A69. Grayscale: #5F5F5F. Windows color (decimal): -12556906 or 9856320. OLE color: 9856320.

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

Color convert

RGB 64 101 150 -
CMYK 0.57 0.33 0 0.41
HSL 214.19º 0.4% 0.42% -
HSV(B) 214.19º 0.57% 0.59% -
XYZ 12.27 12.6 30.64 -
YUV 95.52 158.74 105.52 -
System Red Green Blue C M Y K H S L
Decimal 64 101 150 0.57 0.33 0 0.41 214.19 0.4 0.42
Hex 40 65 96 39 21 0 29 D6 28 2A
Octal 100 145 226 71 41 0 51 326 50 52
Binary 1000000 1100101 10010110 111001 100001 0 101001 11010110 101000 101010

Color Harmonies of #406596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406596

Black with #406596

Text Example


Text Example

White with #406596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406596; }

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

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

background-color css

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

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

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

border-color css

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

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

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