Html Css Color HEX #406795 Mariner

📋 copy color: '#406795'

red 64 ◦ green 103 ◦ blue 149

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

Shades of Mariner #406795

Tints of Mariner #406795

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.59%

 BLUE value IS 149 (58.59% from 255) = 47.15%

R = 20.25%
G = 32.59%
B = 47.15%

CMYK

 C value IS 0.57

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#406795 (or 0x406795) is known color: Mariner. HEX triplet: 40, 67 and 95. RGB value is (64,103,149). Sum of RGB (Red+Green+Blue) = 64+103+149=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #406795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406795 is #BF986A. Grayscale: #606060. Windows color (decimal): -12556395 or 9791296. OLE color: 9791296.

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

Color convert

RGB 64 103 149 -
CMYK 0.57 0.31 0 0.42
HSL 212.47º 0.4% 0.42% -
HSV(B) 212.47º 0.57% 0.58% -
XYZ 12.39 12.96 30.28 -
YUV 96.58 157.58 104.76 -
System Red Green Blue C M Y K H S L
Decimal 64 103 149 0.57 0.31 0 0.42 212.47 0.4 0.42
Hex 40 67 95 39 1F 0 2A D4 28 2A
Octal 100 147 225 71 37 0 52 324 50 52
Binary 1000000 1100111 10010101 111001 11111 0 101010 11010100 101000 101010

Color Harmonies of #406795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406795

Black with #406795

Text Example


Text Example

White with #406795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406795; }

 p { color: rgb(64,103,149); }

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

background-color css

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

 a { background-color: rgb(64,103,149); }

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

border-color css

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

 span { border-color: rgb(64,103,149); }

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