Html Css Color HEX #406CA7 Mariner

📋 copy color: '#406CA7'

red 64 ◦ green 108 ◦ blue 167

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

Shades of Mariner #406CA7

Tints of Mariner #406CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 49.26%

R = 18.88%
G = 31.86%
B = 49.26%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#406CA7 (or 0x406CA7) is known color: Mariner. HEX triplet: 40, 6C and A7. RGB value is (64,108,167). Sum of RGB (Red+Green+Blue) = 64+108+167=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 167 (65.62% from 255 or 49.26% from 339); Max value from RGB is 167 - color contains mainly: blue. Hex color #406CA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406CA7 is #BF9358. Grayscale: #656565. Windows color (decimal): -12555097 or 10972224. OLE color: 10972224.

HSL color Cylindrical-coordinate representation of color #406CA7: hue angle of 214.37º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #406CA7 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 108 167 -
CMYK 0.62 0.35 0 0.35
HSL 214.37º 0.45% 0.45% -
HSV(B) 214.37º 0.62% 0.65% -
XYZ 14.45 14.61 38.62 -
YUV 101.57 164.92 101.2 -
System Red Green Blue C M Y K H S L
Decimal 64 108 167 0.62 0.35 0 0.35 214.37 0.45 0.45
Hex 40 6C A7 3E 23 0 23 D6 2D 2D
Octal 100 154 247 76 43 0 43 326 55 55
Binary 1000000 1101100 10100111 111110 100011 0 100011 11010110 101101 101101

Color Harmonies of #406CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406CA7

Black with #406CA7

Text Example


Text Example

White with #406CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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