Html Css Color HEX #4D619B Mariner

📋 copy color: '#4D619B'

red 77 ◦ green 97 ◦ blue 155

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

Shades of Mariner #4D619B

Tints of Mariner #4D619B

RGB

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

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

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

R = 23.4%
G = 29.48%
B = 47.11%

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

#4D619B (or 0x4D619B) is known color: Mariner. HEX triplet: 4D, 61 and 9B. RGB value is (77,97,155). Sum of RGB (Red+Green+Blue) = 77+97+155=329 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.40% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D619B is #B29E64. Grayscale: #616161. Windows color (decimal): -11705957 or 10182989. OLE color: 10182989.

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

Color convert

RGB 77 97 155 -
CMYK 0.50 0.37 0 0.39
HSL 224.62º 0.34% 0.45% -
HSV(B) 224.62º 0.5% 0.61% -
XYZ 13.25 12.49 32.72 -
YUV 97.63 160.37 113.28 -
System Red Green Blue C M Y K H S L
Decimal 77 97 155 0.50 0.37 0 0.39 224.62 0.34 0.45
Hex 4D 61 9B 32 25 0 27 E1 22 2D
Octal 115 141 233 62 45 0 47 341 42 55
Binary 1001101 1100001 10011011 110010 100101 0 100111 11100001 100010 101101

Color Harmonies of #4D619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D619B

Black with #4D619B

Text Example


Text Example

White with #4D619B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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