Html Css Color HEX #49609C Mariner

📋 copy color: '#49609C'

red 73 ◦ green 96 ◦ blue 156

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

Shades of Mariner #49609C

Tints of Mariner #49609C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.54%

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

R = 22.46%
G = 29.54%
B = 48%

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

#49609C (or 0x49609C) is known color: Mariner. HEX triplet: 49, 60 and 9C. RGB value is (73,96,156). Sum of RGB (Red+Green+Blue) = 73+96+156=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #49609C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49609C is #B69F63. Grayscale: #5F5F5F. Windows color (decimal): -11968356 or 10248265. OLE color: 10248265.

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

Color convert

RGB 73 96 156 -
CMYK 0.53 0.38 0 0.39
HSL 223.37º 0.36% 0.45% -
HSV(B) 223.37º 0.53% 0.61% -
XYZ 12.93 12.18 33.12 -
YUV 95.96 161.88 111.62 -
System Red Green Blue C M Y K H S L
Decimal 73 96 156 0.53 0.38 0 0.39 223.37 0.36 0.45
Hex 49 60 9C 35 26 0 27 DF 24 2D
Octal 111 140 234 65 46 0 47 337 44 55
Binary 1001001 1100000 10011100 110101 100110 0 100111 11011111 100100 101101

Color Harmonies of #49609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49609C

Black with #49609C

Text Example


Text Example

White with #49609C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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