Html Css Color HEX #406AA3 Mariner

📋 copy color: '#406AA3'

red 64 ◦ green 106 ◦ blue 163

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

Shades of Mariner #406AA3

Tints of Mariner #406AA3

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.83%

 BLUE value IS 163 (64.06% from 255) = 48.95%

R = 19.22%
G = 31.83%
B = 48.95%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#406AA3 (or 0x406AA3) is known color: Mariner. HEX triplet: 40, 6A and A3. RGB value is (64,106,163). Sum of RGB (Red+Green+Blue) = 64+106+163=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 163 (64.06% from 255 or 48.95% from 333); Max value from RGB is 163 - color contains mainly: blue. Hex color #406AA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406AA3 is #BF955C. Grayscale: #636363. Windows color (decimal): -12555613 or 10709568. OLE color: 10709568.

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

Color convert

RGB 64 106 163 -
CMYK 0.61 0.35 0 0.36
HSL 214.55º 0.44% 0.45% -
HSV(B) 214.55º 0.61% 0.64% -
XYZ 13.88 14.04 36.63 -
YUV 99.94 163.59 102.37 -
System Red Green Blue C M Y K H S L
Decimal 64 106 163 0.61 0.35 0 0.36 214.55 0.44 0.45
Hex 40 6A A3 3D 23 0 24 D7 2C 2D
Octal 100 152 243 75 43 0 44 327 54 55
Binary 1000000 1101010 10100011 111101 100011 0 100100 11010111 101100 101101

Color Harmonies of #406AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406AA3

Black with #406AA3

Text Example


Text Example

White with #406AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,106,163); }

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

background-color css

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

 a { background-color: rgb(64,106,163); }

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

border-color css

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

 span { border-color: rgb(64,106,163); }

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