Html Css Color HEX #40579D Mariner

📋 copy color: '#40579D'

red 64 ◦ green 87 ◦ blue 157

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

Shades of Mariner #40579D

Tints of Mariner #40579D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.97%

R = 20.78%
G = 28.25%
B = 50.97%

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

#40579D (or 0x40579D) is known color: Mariner. HEX triplet: 40, 57 and 9D. RGB value is (64,87,157). Sum of RGB (Red+Green+Blue) = 64+87+157=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #40579D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40579D is #BFA862. Grayscale: #575757. Windows color (decimal): -12560483 or 10311488. OLE color: 10311488.

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

Color convert

RGB 64 87 157 -
CMYK 0.59 0.45 0 0.38
HSL 225.16º 0.42% 0.43% -
HSV(B) 225.16º 0.59% 0.62% -
XYZ 11.61 10.34 33.28 -
YUV 88.1 166.88 110.81 -
System Red Green Blue C M Y K H S L
Decimal 64 87 157 0.59 0.45 0 0.38 225.16 0.42 0.43
Hex 40 57 9D 3B 2D 0 26 E1 2A 2B
Octal 100 127 235 73 55 0 46 341 52 53
Binary 1000000 1010111 10011101 111011 101101 0 100110 11100001 101010 101011

Color Harmonies of #40579D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40579D

Black with #40579D

Text Example


Text Example

White with #40579D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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