Html Css Color HEX #49618F Mariner

📋 copy color: '#49618F'

red 73 ◦ green 97 ◦ blue 143

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

Shades of Mariner #49618F

Tints of Mariner #49618F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 45.69%

R = 23.32%
G = 30.99%
B = 45.69%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49618F (or 0x49618F) is known color: Mariner. HEX triplet: 49, 61 and 8F. RGB value is (73,97,143). Sum of RGB (Red+Green+Blue) = 73+97+143=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 143 (56.25% from 255 or 45.69% from 313); Max value from RGB is 143 - color contains mainly: blue. Hex color #49618F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49618F is #B69E70. Grayscale: #5E5E5E. Windows color (decimal): -11968113 or 9396553. OLE color: 9396553.

HSL color Cylindrical-coordinate representation of color #49618F: hue angle of 219.43º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49618F is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 97 143 -
CMYK 0.49 0.32 0 0.44
HSL 219.43º 0.32% 0.42% -
HSV(B) 219.43º 0.49% 0.56% -
XYZ 11.98 11.95 27.66 -
YUV 95.07 155.05 112.26 -
System Red Green Blue C M Y K H S L
Decimal 73 97 143 0.49 0.32 0 0.44 219.43 0.32 0.42
Hex 49 61 8F 31 20 0 2C DB 20 2A
Octal 111 141 217 61 40 0 54 333 40 52
Binary 1001001 1100001 10001111 110001 100000 0 101100 11011011 100000 101010

Color Harmonies of #49618F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49618F

Black with #49618F

Text Example


Text Example

White with #49618F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49618F; }

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

 H1.HeaderClassName
 {
   color: #49618F;
 }
 .AnyTagClassName
 {
   color: #49618F;
 }
</style>

background-color css

<style>
 a { background-color: #49618F; }

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

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

border-color css

<style>
 span { border-color: #49618F; }

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

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