Html Css Color HEX #49659C Mariner

📋 copy color: '#49659C'

red 73 ◦ green 101 ◦ blue 156

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

Shades of Mariner #49659C

Tints of Mariner #49659C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.61%

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

R = 22.12%
G = 30.61%
B = 47.27%

CMYK

 C value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49659C (or 0x49659C) is known color: Mariner. HEX triplet: 49, 65 and 9C. RGB value is (73,101,156). Sum of RGB (Red+Green+Blue) = 73+101+156=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #49659C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49659C is #B69A63. Grayscale: #626262. Windows color (decimal): -11967076 or 10249545. OLE color: 10249545.

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

Color convert

RGB 73 101 156 -
CMYK 0.53 0.35 0 0.39
HSL 219.76º 0.36% 0.45% -
HSV(B) 219.76º 0.53% 0.61% -
XYZ 13.4 13.12 33.28 -
YUV 98.9 160.22 109.53 -
System Red Green Blue C M Y K H S L
Decimal 73 101 156 0.53 0.35 0 0.39 219.76 0.36 0.45
Hex 49 65 9C 35 23 0 27 DC 24 2D
Octal 111 145 234 65 43 0 47 334 44 55
Binary 1001001 1100101 10011100 110101 100011 0 100111 11011100 100100 101101

Color Harmonies of #49659C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49659C

Black with #49659C

Text Example


Text Example

White with #49659C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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