Html Css Color HEX #406592 Mariner

📋 copy color: '#406592'

red 64 ◦ green 101 ◦ blue 146

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

Shades of Mariner #406592

Tints of Mariner #406592

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.48%

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

R = 20.58%
G = 32.48%
B = 46.95%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#406592 (or 0x406592) is known color: Mariner. HEX triplet: 40, 65 and 92. RGB value is (64,101,146). Sum of RGB (Red+Green+Blue) = 64+101+146=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #406592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406592 is #BF9A6D. Grayscale: #5E5E5E. Windows color (decimal): -12556910 or 9594176. OLE color: 9594176.

HSL color Cylindrical-coordinate representation of color #406592: hue angle of 212.93º 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 #406592 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 101 146 -
CMYK 0.56 0.31 0 0.43
HSL 212.93º 0.39% 0.41% -
HSV(B) 212.93º 0.56% 0.57% -
XYZ 11.96 12.47 28.97 -
YUV 95.07 156.74 105.84 -
System Red Green Blue C M Y K H S L
Decimal 64 101 146 0.56 0.31 0 0.43 212.93 0.39 0.41
Hex 40 65 92 38 1F 0 2B D5 27 29
Octal 100 145 222 70 37 0 53 325 47 51
Binary 1000000 1100101 10010010 111000 11111 0 101011 11010101 100111 101001

Color Harmonies of #406592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406592

Black with #406592

Text Example


Text Example

White with #406592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406592; }

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

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

background-color css

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

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

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

border-color css

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

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

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