Html Css Color HEX #406C98 Mariner

📋 copy color: '#406C98'

red 64 ◦ green 108 ◦ blue 152

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

Shades of Mariner #406C98

Tints of Mariner #406C98

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.33%

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

R = 19.75%
G = 33.33%
B = 46.91%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#406C98 (or 0x406C98) is known color: Mariner. HEX triplet: 40, 6C and 98. RGB value is (64,108,152). Sum of RGB (Red+Green+Blue) = 64+108+152=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #406C98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406C98 is #BF9367. Grayscale: #636363. Windows color (decimal): -12555112 or 9989184. OLE color: 9989184.

HSL color Cylindrical-coordinate representation of color #406C98: hue angle of 210º 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 #406C98 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 108 152 -
CMYK 0.58 0.29 0 0.40
HSL 210º 0.41% 0.42% -
HSV(B) 210º 0.58% 0.6% -
XYZ 13.14 14.08 31.73 -
YUV 99.86 157.42 102.42 -
System Red Green Blue C M Y K H S L
Decimal 64 108 152 0.58 0.29 0 0.40 210 0.41 0.42
Hex 40 6C 98 3A 1D 0 28 D2 29 2A
Octal 100 154 230 72 35 0 50 322 51 52
Binary 1000000 1101100 10011000 111010 11101 0 101000 11010010 101001 101010

Color Harmonies of #406C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406C98

Black with #406C98

Text Example


Text Example

White with #406C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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