Html Css Color HEX #406DA3 Mariner

📋 copy color: '#406DA3'

red 64 ◦ green 109 ◦ blue 163

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

Shades of Mariner #406DA3

Tints of Mariner #406DA3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.44%

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

R = 19.05%
G = 32.44%
B = 48.51%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#406DA3 (or 0x406DA3) is known color: Mariner. HEX triplet: 40, 6D and A3. RGB value is (64,109,163). Sum of RGB (Red+Green+Blue) = 64+109+163=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 163 (64.06% from 255 or 48.51% from 336); Max value from RGB is 163 - color contains mainly: blue. Hex color #406DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406DA3 is #BF925C. Grayscale: #656565. Windows color (decimal): -12554845 or 10710336. OLE color: 10710336.

HSL color Cylindrical-coordinate representation of color #406DA3: hue angle of 212.73º 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 #406DA3 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 109 163 -
CMYK 0.61 0.33 0 0.36
HSL 212.73º 0.44% 0.45% -
HSV(B) 212.73º 0.61% 0.64% -
XYZ 14.19 14.67 36.73 -
YUV 101.7 162.59 101.11 -
System Red Green Blue C M Y K H S L
Decimal 64 109 163 0.61 0.33 0 0.36 212.73 0.44 0.45
Hex 40 6D A3 3D 21 0 24 D5 2C 2D
Octal 100 155 243 75 41 0 44 325 54 55
Binary 1000000 1101101 10100011 111101 100001 0 100100 11010101 101100 101101

Color Harmonies of #406DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406DA3

Black with #406DA3

Text Example


Text Example

White with #406DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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