Html Css Color HEX #4E619C Mariner

📋 copy color: '#4E619C'

red 78 ◦ green 97 ◦ blue 156

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

Shades of Mariner #4E619C

Tints of Mariner #4E619C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 47.13%

R = 23.56%
G = 29.31%
B = 47.13%

CMYK

 C value IS 0.5

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4E619C (or 0x4E619C) is known color: Mariner. HEX triplet: 4E, 61 and 9C. RGB value is (78,97,156). Sum of RGB (Red+Green+Blue) = 78+97+156=331 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.56% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E619C is #B19E63. Grayscale: #616161. Windows color (decimal): -11640420 or 10248526. OLE color: 10248526.

HSL color Cylindrical-coordinate representation of color #4E619C: hue angle of 225.38º 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 #4E619C is Cyan = 0.5, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 78 97 156 -
CMYK 0.5 0.38 0 0.39
HSL 225.38º 0.33% 0.46% -
HSV(B) 225.38º 0.5% 0.61% -
XYZ 13.42 12.57 33.17 -
YUV 98.05 160.71 113.7 -
System Red Green Blue C M Y K H S L
Decimal 78 97 156 0.5 0.38 0 0.39 225.38 0.33 0.46
Hex 4E 61 9C 32 26 0 27 E1 21 2E
Octal 116 141 234 62 46 0 47 341 41 56
Binary 1001110 1100001 10011100 110010 100110 0 100111 11100001 100001 101110

Color Harmonies of #4E619C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E619C

Black with #4E619C

Text Example


Text Example

White with #4E619C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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