Html Css Color HEX #406692 Mariner

📋 copy color: '#406692'

red 64 ◦ green 102 ◦ blue 146

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

Shades of Mariner #406692

Tints of Mariner #406692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.79%

R = 20.51%
G = 32.69%
B = 46.79%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#406692 (or 0x406692) is known color: Mariner. HEX triplet: 40, 66 and 92. RGB value is (64,102,146). Sum of RGB (Red+Green+Blue) = 64+102+146=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: blue. Hex color #406692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406692 is #BF996D. Grayscale: #5F5F5F. Windows color (decimal): -12556654 or 9594432. OLE color: 9594432.

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

Color convert

RGB 64 102 146 -
CMYK 0.56 0.30 0 0.43
HSL 212.2º 0.39% 0.41% -
HSV(B) 212.2º 0.56% 0.57% -
XYZ 12.05 12.67 29 -
YUV 95.65 156.41 105.42 -
System Red Green Blue C M Y K H S L
Decimal 64 102 146 0.56 0.30 0 0.43 212.2 0.39 0.41
Hex 40 66 92 38 1E 0 2B D4 27 29
Octal 100 146 222 70 36 0 53 324 47 51
Binary 1000000 1100110 10010010 111000 11110 0 101011 11010100 100111 101001

Color Harmonies of #406692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406692

Black with #406692

Text Example


Text Example

White with #406692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406692; }

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

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

background-color css

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

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

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

border-color css

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

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

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