Html Css Color HEX #41579E Mariner

📋 copy color: '#41579E'

red 65 ◦ green 87 ◦ blue 158

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

Shades of Mariner #41579E

Tints of Mariner #41579E

RGB

 RED value IS 65 (25.78% from 255) = 20.97%

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

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

R = 20.97%
G = 28.06%
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

#41579E (or 0x41579E) is known color: Mariner. HEX triplet: 41, 57 and 9E. RGB value is (65,87,158). Sum of RGB (Red+Green+Blue) = 65+87+158=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #41579E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41579E is #BEA861. Grayscale: #585858. Windows color (decimal): -12494946 or 10377025. OLE color: 10377025.

HSL color Cylindrical-coordinate representation of color #41579E: hue angle of 225.81º 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 #41579E is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 87 158 -
CMYK 0.59 0.45 0 0.38
HSL 225.81º 0.42% 0.44% -
HSV(B) 225.81º 0.59% 0.62% -
XYZ 11.76 10.41 33.74 -
YUV 88.52 167.21 111.23 -
System Red Green Blue C M Y K H S L
Decimal 65 87 158 0.59 0.45 0 0.38 225.81 0.42 0.44
Hex 41 57 9E 3B 2D 0 26 E2 2A 2C
Octal 101 127 236 73 55 0 46 342 52 54
Binary 1000001 1010111 10011110 111011 101101 0 100110 11100010 101010 101100

Color Harmonies of #41579E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41579E

Black with #41579E

Text Example


Text Example

White with #41579E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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