Html Css Color HEX #406092 Mariner

📋 copy color: '#406092'

red 64 ◦ green 96 ◦ blue 146

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

Shades of Mariner #406092

Tints of Mariner #406092

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.37%

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

R = 20.92%
G = 31.37%
B = 47.71%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#406092 (or 0x406092) is known color: Mariner. HEX triplet: 40, 60 and 92. RGB value is (64,96,146). Sum of RGB (Red+Green+Blue) = 64+96+146=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #406092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406092 is #BF9F6D. Grayscale: #5B5B5B. Windows color (decimal): -12558190 or 9592896. OLE color: 9592896.

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

Color convert

RGB 64 96 146 -
CMYK 0.56 0.34 0 0.43
HSL 216.59º 0.39% 0.41% -
HSV(B) 216.59º 0.56% 0.57% -
XYZ 11.49 11.53 28.81 -
YUV 92.13 158.4 107.93 -
System Red Green Blue C M Y K H S L
Decimal 64 96 146 0.56 0.34 0 0.43 216.59 0.39 0.41
Hex 40 60 92 38 22 0 2B D9 27 29
Octal 100 140 222 70 42 0 53 331 47 51
Binary 1000000 1100000 10010010 111000 100010 0 101011 11011001 100111 101001

Color Harmonies of #406092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406092

Black with #406092

Text Example


Text Example

White with #406092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406092; }

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

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

background-color css

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

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

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

border-color css

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

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

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