Html Css Color HEX #406899 Mariner

📋 copy color: '#406899'

red 64 ◦ green 104 ◦ blue 153

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

Shades of Mariner #406899

Tints of Mariner #406899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.4%

 BLUE value IS 153 (60.16% from 255) = 47.66%

R = 19.94%
G = 32.4%
B = 47.66%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#406899 (or 0x406899) is known color: Mariner. HEX triplet: 40, 68 and 99. RGB value is (64,104,153). Sum of RGB (Red+Green+Blue) = 64+104+153=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #406899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406899 is #BF9766. Grayscale: #616161. Windows color (decimal): -12556135 or 10053696. OLE color: 10053696.

HSL color Cylindrical-coordinate representation of color #406899: hue angle of 213.03º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #406899 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 104 153 -
CMYK 0.58 0.32 0 0.4
HSL 213.03º 0.41% 0.43% -
HSV(B) 213.03º 0.58% 0.6% -
XYZ 12.81 13.29 32.03 -
YUV 97.63 159.25 104.02 -
System Red Green Blue C M Y K H S L
Decimal 64 104 153 0.58 0.32 0 0.4 213.03 0.41 0.43
Hex 40 68 99 3A 20 0 28 D5 29 2B
Octal 100 150 231 72 40 0 50 325 51 53
Binary 1000000 1101000 10011001 111010 100000 0 101000 11010101 101001 101011

Color Harmonies of #406899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406899

Black with #406899

Text Example


Text Example

White with #406899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406899; }

 p { color: rgb(64,104,153); }

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

background-color css

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

 a { background-color: rgb(64,104,153); }

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

border-color css

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

 span { border-color: rgb(64,104,153); }

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