Html Css Color HEX #406CAC Mariner

📋 copy color: '#406CAC'

red 64 ◦ green 108 ◦ blue 172

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

Shades of Mariner #406CAC

Tints of Mariner #406CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50%

R = 18.6%
G = 31.4%
B = 50%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#406CAC (or 0x406CAC) is known color: Mariner. HEX triplet: 40, 6C and AC. RGB value is (64,108,172). Sum of RGB (Red+Green+Blue) = 64+108+172=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #406CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406CAC is #BF9353. Grayscale: #656565. Windows color (decimal): -12555092 or 11299904. OLE color: 11299904.

HSL color Cylindrical-coordinate representation of color #406CAC: hue angle of 215.56º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #406CAC is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 108 172 -
CMYK 0.63 0.37 0 0.33
HSL 215.56º 0.46% 0.46% -
HSV(B) 215.56º 0.63% 0.67% -
XYZ 14.92 14.79 41.1 -
YUV 102.14 167.42 100.8 -
System Red Green Blue C M Y K H S L
Decimal 64 108 172 0.63 0.37 0 0.33 215.56 0.46 0.46
Hex 40 6C AC 3F 25 0 21 D8 2E 2E
Octal 100 154 254 77 45 0 41 330 56 56
Binary 1000000 1101100 10101100 111111 100101 0 100001 11011000 101110 101110

Color Harmonies of #406CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406CAC

Black with #406CAC

Text Example


Text Example

White with #406CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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