Html Css Color HEX #406498 Mariner

📋 copy color: '#406498'

red 64 ◦ green 100 ◦ blue 152

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

Shades of Mariner #406498

Tints of Mariner #406498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.65%

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

R = 20.25%
G = 31.65%
B = 48.1%

CMYK

 C value IS 0.58

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#406498 (or 0x406498) is known color: Mariner. HEX triplet: 40, 64 and 98. RGB value is (64,100,152). Sum of RGB (Red+Green+Blue) = 64+100+152=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #406498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406498 is #BF9B67. Grayscale: #5E5E5E. Windows color (decimal): -12557160 or 9987136. OLE color: 9987136.

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

Color convert

RGB 64 100 152 -
CMYK 0.58 0.34 0 0.40
HSL 215.45º 0.41% 0.42% -
HSV(B) 215.45º 0.58% 0.6% -
XYZ 12.34 12.47 31.46 -
YUV 95.16 160.07 105.77 -
System Red Green Blue C M Y K H S L
Decimal 64 100 152 0.58 0.34 0 0.40 215.45 0.41 0.42
Hex 40 64 98 3A 22 0 28 D7 29 2A
Octal 100 144 230 72 42 0 50 327 51 52
Binary 1000000 1100100 10011000 111010 100010 0 101000 11010111 101001 101010

Color Harmonies of #406498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406498

Black with #406498

Text Example


Text Example

White with #406498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406498; }

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

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

background-color css

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

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

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

border-color css

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

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

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