Html Css Color HEX #49619C Mariner

📋 copy color: '#49619C'

red 73 ◦ green 97 ◦ blue 156

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

Shades of Mariner #49619C

Tints of Mariner #49619C

RGB

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

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

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

R = 22.39%
G = 29.75%
B = 47.85%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49619C (or 0x49619C) is known color: Mariner. HEX triplet: 49, 61 and 9C. RGB value is (73,97,156). Sum of RGB (Red+Green+Blue) = 73+97+156=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #49619C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49619C is #B69E63. Grayscale: #606060. Windows color (decimal): -11968100 or 10248521. OLE color: 10248521.

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

Color convert

RGB 73 97 156 -
CMYK 0.53 0.38 0 0.39
HSL 222.65º 0.36% 0.45% -
HSV(B) 222.65º 0.53% 0.61% -
XYZ 13.02 12.37 33.15 -
YUV 96.55 161.55 111.2 -
System Red Green Blue C M Y K H S L
Decimal 73 97 156 0.53 0.38 0 0.39 222.65 0.36 0.45
Hex 49 61 9C 35 26 0 27 DF 24 2D
Octal 111 141 234 65 46 0 47 337 44 55
Binary 1001001 1100001 10011100 110101 100110 0 100111 11011111 100100 101101

Color Harmonies of #49619C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49619C

Black with #49619C

Text Example


Text Example

White with #49619C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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