Html Css Color HEX #4D629B Mariner

📋 copy color: '#4D629B'

red 77 ◦ green 98 ◦ blue 155

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

Shades of Mariner #4D629B

Tints of Mariner #4D629B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.7%

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

R = 23.33%
G = 29.7%
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

#4D629B (or 0x4D629B) is known color: Mariner. HEX triplet: 4D, 62 and 9B. RGB value is (77,98,155). Sum of RGB (Red+Green+Blue) = 77+98+155=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 98 (38.67% from 255 or 29.70% 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 #4D629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D629B is #B29D64. Grayscale: #616161. Windows color (decimal): -11705701 or 10183245. OLE color: 10183245.

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

Color convert

RGB 77 98 155 -
CMYK 0.50 0.37 0 0.39
HSL 223.85º 0.34% 0.45% -
HSV(B) 223.85º 0.5% 0.61% -
XYZ 13.34 12.68 32.75 -
YUV 98.22 160.04 112.87 -
System Red Green Blue C M Y K H S L
Decimal 77 98 155 0.50 0.37 0 0.39 223.85 0.34 0.45
Hex 4D 62 9B 32 25 0 27 E0 22 2D
Octal 115 142 233 62 45 0 47 340 42 55
Binary 1001101 1100010 10011011 110010 100101 0 100111 11100000 100010 101101

Color Harmonies of #4D629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D629B

Black with #4D629B

Text Example


Text Example

White with #4D629B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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