Html Css Color HEX #406698 Mariner

📋 copy color: '#406698'

red 64 ◦ green 102 ◦ blue 152

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

Shades of Mariner #406698

Tints of Mariner #406698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 47.8%

R = 20.13%
G = 32.08%
B = 47.8%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#406698 (or 0x406698) is known color: Mariner. HEX triplet: 40, 66 and 98. RGB value is (64,102,152). Sum of RGB (Red+Green+Blue) = 64+102+152=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #406698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406698 is #BF9967. Grayscale: #606060. Windows color (decimal): -12556648 or 9987648. OLE color: 9987648.

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

Color convert

RGB 64 102 152 -
CMYK 0.58 0.33 0 0.40
HSL 214.09º 0.41% 0.42% -
HSV(B) 214.09º 0.58% 0.6% -
XYZ 12.53 12.86 31.53 -
YUV 96.34 159.41 104.93 -
System Red Green Blue C M Y K H S L
Decimal 64 102 152 0.58 0.33 0 0.40 214.09 0.41 0.42
Hex 40 66 98 3A 21 0 28 D6 29 2A
Octal 100 146 230 72 41 0 50 326 51 52
Binary 1000000 1100110 10011000 111010 100001 0 101000 11010110 101001 101010

Color Harmonies of #406698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406698

Black with #406698

Text Example


Text Example

White with #406698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406698; }

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

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

background-color css

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

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

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

border-color css

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

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

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