Html Css Color HEX #406090 Mariner

📋 copy color: '#406090'

red 64 ◦ green 96 ◦ blue 144

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

Shades of Mariner #406090

Tints of Mariner #406090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.37%

R = 21.05%
G = 31.58%
B = 47.37%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#406090 (or 0x406090) is known color: Mariner. HEX triplet: 40, 60 and 90. RGB value is (64,96,144). Sum of RGB (Red+Green+Blue) = 64+96+144=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #406090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406090 is #BF9F6F. Grayscale: #5B5B5B. Windows color (decimal): -12558192 or 9461824. OLE color: 9461824.

HSL color Cylindrical-coordinate representation of color #406090: hue angle of 216º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #406090 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 96 144 -
CMYK 0.56 0.33 0 0.44
HSL 216º 0.38% 0.41% -
HSV(B) 216º 0.56% 0.56% -
XYZ 11.33 11.47 28 -
YUV 91.9 157.4 108.1 -
System Red Green Blue C M Y K H S L
Decimal 64 96 144 0.56 0.33 0 0.44 216 0.38 0.41
Hex 40 60 90 38 21 0 2C D8 26 29
Octal 100 140 220 70 41 0 54 330 46 51
Binary 1000000 1100000 10010000 111000 100001 0 101100 11011000 100110 101001

Color Harmonies of #406090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406090

Black with #406090

Text Example


Text Example

White with #406090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406090; }

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

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

background-color css

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

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

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

border-color css

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

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

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