Html Css Color HEX #406BA4 Mariner

📋 copy color: '#406BA4'

red 64 ◦ green 107 ◦ blue 164

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

Shades of Mariner #406BA4

Tints of Mariner #406BA4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.94%

 BLUE value IS 164 (64.45% from 255) = 48.96%

R = 19.1%
G = 31.94%
B = 48.96%

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

#406BA4 (or 0x406BA4) is known color: Mariner. HEX triplet: 40, 6B and A4. RGB value is (64,107,164). Sum of RGB (Red+Green+Blue) = 64+107+164=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 164 (64.45% from 255 or 48.96% from 335); Max value from RGB is 164 - color contains mainly: blue. Hex color #406BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406BA4 is #BF945B. Grayscale: #646464. Windows color (decimal): -12555356 or 10775360. OLE color: 10775360.

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

Color convert

RGB 64 107 164 -
CMYK 0.61 0.35 0 0.36
HSL 214.2º 0.44% 0.45% -
HSV(B) 214.2º 0.61% 0.64% -
XYZ 14.07 14.29 37.14 -
YUV 100.64 163.75 101.87 -
System Red Green Blue C M Y K H S L
Decimal 64 107 164 0.61 0.35 0 0.36 214.2 0.44 0.45
Hex 40 6B A4 3D 23 0 24 D6 2C 2D
Octal 100 153 244 75 43 0 44 326 54 55
Binary 1000000 1101011 10100100 111101 100011 0 100100 11010110 101100 101101

Color Harmonies of #406BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406BA4

Black with #406BA4

Text Example


Text Example

White with #406BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,107,164); }

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

background-color css

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

 a { background-color: rgb(64,107,164); }

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

border-color css

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

 span { border-color: rgb(64,107,164); }

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