Html Css Color HEX #4D619F Mariner

📋 copy color: '#4D619F'

red 77 ◦ green 97 ◦ blue 159

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

Shades of Mariner #4D619F

Tints of Mariner #4D619F

RGB

 RED value IS 77 (30.47% from 255) = 23.12%

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

 BLUE value IS 159 (62.5% from 255) = 47.75%

R = 23.12%
G = 29.13%
B = 47.75%

CMYK

 C value IS 0.52

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D619F (or 0x4D619F) is known color: Mariner. HEX triplet: 4D, 61 and 9F. RGB value is (77,97,159). Sum of RGB (Red+Green+Blue) = 77+97+159=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D619F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D619F is #B29E60. Grayscale: #616161. Windows color (decimal): -11705953 or 10445133. OLE color: 10445133.

HSL color Cylindrical-coordinate representation of color #4D619F: hue angle of 225.37º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D619F is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 97 159 -
CMYK 0.52 0.39 0 0.38
HSL 225.37º 0.35% 0.46% -
HSV(B) 225.37º 0.52% 0.62% -
XYZ 13.59 12.63 34.52 -
YUV 98.09 162.37 112.96 -
System Red Green Blue C M Y K H S L
Decimal 77 97 159 0.52 0.39 0 0.38 225.37 0.35 0.46
Hex 4D 61 9F 34 27 0 26 E1 23 2E
Octal 115 141 237 64 47 0 46 341 43 56
Binary 1001101 1100001 10011111 110100 100111 0 100110 11100001 100011 101110

Color Harmonies of #4D619F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D619F

Black with #4D619F

Text Example


Text Example

White with #4D619F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,97,159); }

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

background-color css

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

 a { background-color: rgb(77,97,159); }

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

border-color css

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

 span { border-color: rgb(77,97,159); }

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