Html Css Color HEX #4E619B Mariner

📋 copy color: '#4E619B'

red 78 ◦ green 97 ◦ blue 155

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

Shades of Mariner #4E619B

Tints of Mariner #4E619B

RGB

 RED value IS 78 (30.86% from 255) = 23.64%

 GREEN value IS 97 (38.28% from 255) = 29.39%

 BLUE value IS 155 (60.94% from 255) = 46.97%

R = 23.64%
G = 29.39%
B = 46.97%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4E619B (or 0x4E619B) is known color: Mariner. HEX triplet: 4E, 61 and 9B. RGB value is (78,97,155). Sum of RGB (Red+Green+Blue) = 78+97+155=330 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.64% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E619B is #B19E64. Grayscale: #616161. Windows color (decimal): -11640421 or 10182990. OLE color: 10182990.

HSL color Cylindrical-coordinate representation of color #4E619B: hue angle of 225.19º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E619B is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 78 97 155 -
CMYK 0.50 0.37 0 0.39
HSL 225.19º 0.33% 0.46% -
HSV(B) 225.19º 0.5% 0.61% -
XYZ 13.33 12.54 32.73 -
YUV 97.93 160.21 113.78 -
System Red Green Blue C M Y K H S L
Decimal 78 97 155 0.50 0.37 0 0.39 225.19 0.33 0.46
Hex 4E 61 9B 32 25 0 27 E1 21 2E
Octal 116 141 233 62 45 0 47 341 41 56
Binary 1001110 1100001 10011011 110010 100101 0 100111 11100001 100001 101110

Color Harmonies of #4E619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E619B

Black with #4E619B

Text Example


Text Example

White with #4E619B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E619B; }

 p { color: rgb(78,97,155); }

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

background-color css

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

 a { background-color: rgb(78,97,155); }

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

border-color css

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

 span { border-color: rgb(78,97,155); }

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