Html Css Color HEX #49649C Mariner

📋 copy color: '#49649C'

red 73 ◦ green 100 ◦ blue 156

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

Shades of Mariner #49649C

Tints of Mariner #49649C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.4%

 BLUE value IS 156 (61.33% from 255) = 47.42%

R = 22.19%
G = 30.4%
B = 47.42%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49649C (or 0x49649C) is known color: Mariner. HEX triplet: 49, 64 and 9C. RGB value is (73,100,156). Sum of RGB (Red+Green+Blue) = 73+100+156=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #49649C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49649C is #B69B63. Grayscale: #626262. Windows color (decimal): -11967332 or 10249289. OLE color: 10249289.

HSL color Cylindrical-coordinate representation of color #49649C: hue angle of 220.48º 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 #49649C is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 100 156 -
CMYK 0.53 0.36 0 0.39
HSL 220.48º 0.36% 0.45% -
HSV(B) 220.48º 0.53% 0.61% -
XYZ 13.31 12.93 33.25 -
YUV 98.31 160.55 109.95 -
System Red Green Blue C M Y K H S L
Decimal 73 100 156 0.53 0.36 0 0.39 220.48 0.36 0.45
Hex 49 64 9C 35 24 0 27 DC 24 2D
Octal 111 144 234 65 44 0 47 334 44 55
Binary 1001001 1100100 10011100 110101 100100 0 100111 11011100 100100 101101

Color Harmonies of #49649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49649C

Black with #49649C

Text Example


Text Example

White with #49649C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49649C; }

 p { color: rgb(73,100,156); }

 H1.HeaderClassName
 {
   color: #49649C;
 }
 .AnyTagClassName
 {
   color: #49649C;
 }
</style>

background-color css

<style>
 a { background-color: #49649C; }

 a { background-color: rgb(73,100,156); }

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

border-color css

<style>
 span { border-color: #49649C; }

 span { border-color: rgb(73,100,156); }

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