Html Css Color HEX #406699 Mariner

📋 copy color: '#406699'

red 64 ◦ green 102 ◦ blue 153

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

Shades of Mariner #406699

Tints of Mariner #406699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.97%

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

R = 20.06%
G = 31.97%
B = 47.96%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#406699 (or 0x406699) is known color: Mariner. HEX triplet: 40, 66 and 99. RGB value is (64,102,153). Sum of RGB (Red+Green+Blue) = 64+102+153=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #406699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406699 is #BF9966. Grayscale: #606060. Windows color (decimal): -12556647 or 10053184. OLE color: 10053184.

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

Color convert

RGB 64 102 153 -
CMYK 0.58 0.33 0 0.4
HSL 214.38º 0.41% 0.43% -
HSV(B) 214.38º 0.58% 0.6% -
XYZ 12.62 12.89 31.96 -
YUV 96.45 159.91 104.85 -
System Red Green Blue C M Y K H S L
Decimal 64 102 153 0.58 0.33 0 0.4 214.38 0.41 0.43
Hex 40 66 99 3A 21 0 28 D6 29 2B
Octal 100 146 231 72 41 0 50 326 51 53
Binary 1000000 1100110 10011001 111010 100001 0 101000 11010110 101001 101011

Color Harmonies of #406699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406699

Black with #406699

Text Example


Text Example

White with #406699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406699; }

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

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

background-color css

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

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

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

border-color css

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

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

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