Html Css Color HEX #406CAA Mariner

📋 copy color: '#406CAA'

red 64 ◦ green 108 ◦ blue 170

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

Shades of Mariner #406CAA

Tints of Mariner #406CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.71%

R = 18.71%
G = 31.58%
B = 49.71%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#406CAA (or 0x406CAA) is known color: Mariner. HEX triplet: 40, 6C and AA. RGB value is (64,108,170). Sum of RGB (Red+Green+Blue) = 64+108+170=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #406CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406CAA is #BF9355. Grayscale: #656565. Windows color (decimal): -12555094 or 11168832. OLE color: 11168832.

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

Color convert

RGB 64 108 170 -
CMYK 0.62 0.36 0 0.33
HSL 215.09º 0.45% 0.46% -
HSV(B) 215.09º 0.62% 0.67% -
XYZ 14.73 14.72 40.09 -
YUV 101.91 166.42 100.96 -
System Red Green Blue C M Y K H S L
Decimal 64 108 170 0.62 0.36 0 0.33 215.09 0.45 0.46
Hex 40 6C AA 3E 24 0 21 D7 2D 2E
Octal 100 154 252 76 44 0 41 327 55 56
Binary 1000000 1101100 10101010 111110 100100 0 100001 11010111 101101 101110

Color Harmonies of #406CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406CAA

Black with #406CAA

Text Example


Text Example

White with #406CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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