Html Css Color HEX #40579E Mariner

📋 copy color: '#40579E'

red 64 ◦ green 87 ◦ blue 158

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

Shades of Mariner #40579E

Tints of Mariner #40579E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.16%

 BLUE value IS 158 (62.11% from 255) = 51.13%

R = 20.71%
G = 28.16%
B = 51.13%

CMYK

 C value IS 0.59

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40579E (or 0x40579E) is known color: Mariner. HEX triplet: 40, 57 and 9E. RGB value is (64,87,158). Sum of RGB (Red+Green+Blue) = 64+87+158=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 158 (62.11% from 255 or 51.13% from 309); Max value from RGB is 158 - color contains mainly: blue. Hex color #40579E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40579E is #BFA861. Grayscale: #575757. Windows color (decimal): -12560482 or 10377024. OLE color: 10377024.

HSL color Cylindrical-coordinate representation of color #40579E: hue angle of 225.32º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40579E is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 87 158 -
CMYK 0.59 0.45 0 0.38
HSL 225.32º 0.42% 0.44% -
HSV(B) 225.32º 0.59% 0.62% -
XYZ 11.69 10.38 33.73 -
YUV 88.22 167.38 110.73 -
System Red Green Blue C M Y K H S L
Decimal 64 87 158 0.59 0.45 0 0.38 225.32 0.42 0.44
Hex 40 57 9E 3B 2D 0 26 E1 2A 2C
Octal 100 127 236 73 55 0 46 341 52 54
Binary 1000000 1010111 10011110 111011 101101 0 100110 11100001 101010 101100

Color Harmonies of #40579E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40579E

Black with #40579E

Text Example


Text Example

White with #40579E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40579E; }

 p { color: rgb(64,87,158); }

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

background-color css

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

 a { background-color: rgb(64,87,158); }

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

border-color css

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

 span { border-color: rgb(64,87,158); }

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