Html Css Color HEX #406693 Mariner

📋 copy color: '#406693'

red 64 ◦ green 102 ◦ blue 147

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

Shades of Mariner #406693

Tints of Mariner #406693

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.59%

 BLUE value IS 147 (57.81% from 255) = 46.96%

R = 20.45%
G = 32.59%
B = 46.96%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#406693 (or 0x406693) is known color: Mariner. HEX triplet: 40, 66 and 93. RGB value is (64,102,147). Sum of RGB (Red+Green+Blue) = 64+102+147=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #406693 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406693 is #BF996C. Grayscale: #5F5F5F. Windows color (decimal): -12556653 or 9659968. OLE color: 9659968.

HSL color Cylindrical-coordinate representation of color #406693: hue angle of 212.53º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #406693 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 102 147 -
CMYK 0.56 0.31 0 0.42
HSL 212.53º 0.39% 0.41% -
HSV(B) 212.53º 0.56% 0.58% -
XYZ 12.13 12.7 29.42 -
YUV 95.77 156.91 105.34 -
System Red Green Blue C M Y K H S L
Decimal 64 102 147 0.56 0.31 0 0.42 212.53 0.39 0.41
Hex 40 66 93 38 1F 0 2A D5 27 29
Octal 100 146 223 70 37 0 52 325 47 51
Binary 1000000 1100110 10010011 111000 11111 0 101010 11010101 100111 101001

Color Harmonies of #406693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406693

Black with #406693

Text Example


Text Example

White with #406693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406693; }

 p { color: rgb(64,102,147); }

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

background-color css

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

 a { background-color: rgb(64,102,147); }

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

border-color css

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

 span { border-color: rgb(64,102,147); }

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