Html Css Color HEX #406099 Mariner

📋 copy color: '#406099'

red 64 ◦ green 96 ◦ blue 153

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

Shades of Mariner #406099

Tints of Mariner #406099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.67%

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

R = 20.45%
G = 30.67%
B = 48.88%

CMYK

 C value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#406099 (or 0x406099) is known color: Mariner. HEX triplet: 40, 60 and 99. RGB value is (64,96,153). Sum of RGB (Red+Green+Blue) = 64+96+153=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #406099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406099 is #BF9F66. Grayscale: #5C5C5C. Windows color (decimal): -12558183 or 10051648. OLE color: 10051648.

HSL color Cylindrical-coordinate representation of color #406099: hue angle of 218.43º 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 #406099 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 96 153 -
CMYK 0.58 0.37 0 0.4
HSL 218.43º 0.41% 0.43% -
HSV(B) 218.43º 0.58% 0.6% -
XYZ 12.05 11.76 31.77 -
YUV 92.93 161.9 107.37 -
System Red Green Blue C M Y K H S L
Decimal 64 96 153 0.58 0.37 0 0.4 218.43 0.41 0.43
Hex 40 60 99 3A 25 0 28 DA 29 2B
Octal 100 140 231 72 45 0 50 332 51 53
Binary 1000000 1100000 10011001 111010 100101 0 101000 11011010 101001 101011

Color Harmonies of #406099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406099

Black with #406099

Text Example


Text Example

White with #406099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406099; }

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

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

background-color css

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

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

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

border-color css

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

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

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