Html Css Color HEX #49619B Mariner

📋 copy color: '#49619B'

red 73 ◦ green 97 ◦ blue 155

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

Shades of Mariner #49619B

Tints of Mariner #49619B

RGB

 RED value IS 73 (28.91% from 255) = 22.46%

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

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

R = 22.46%
G = 29.85%
B = 47.69%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49619B (or 0x49619B) is known color: Mariner. HEX triplet: 49, 61 and 9B. RGB value is (73,97,155). Sum of RGB (Red+Green+Blue) = 73+97+155=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #49619B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49619B is #B69E64. Grayscale: #606060. Windows color (decimal): -11968101 or 10182985. OLE color: 10182985.

HSL color Cylindrical-coordinate representation of color #49619B: hue angle of 222.44º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49619B is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 97 155 -
CMYK 0.53 0.37 0 0.39
HSL 222.44º 0.36% 0.45% -
HSV(B) 222.44º 0.53% 0.61% -
XYZ 12.94 12.33 32.71 -
YUV 96.44 161.05 111.28 -
System Red Green Blue C M Y K H S L
Decimal 73 97 155 0.53 0.37 0 0.39 222.44 0.36 0.45
Hex 49 61 9B 35 25 0 27 DE 24 2D
Octal 111 141 233 65 45 0 47 336 44 55
Binary 1001001 1100001 10011011 110101 100101 0 100111 11011110 100100 101101

Color Harmonies of #49619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49619B

Black with #49619B

Text Example


Text Example

White with #49619B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49619B; }

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

 H1.HeaderClassName
 {
   color: #49619B;
 }
 .AnyTagClassName
 {
   color: #49619B;
 }
</style>

background-color css

<style>
 a { background-color: #49619B; }

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

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

border-color css

<style>
 span { border-color: #49619B; }

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

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