Html Css Color HEX #49797C Paradiso

📋 copy color: '#49797C'

red 73 ◦ green 121 ◦ blue 124

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

Shades of Paradiso #49797C

Tints of Paradiso #49797C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.05%

 BLUE value IS 124 (48.83% from 255) = 38.99%

R = 22.96%
G = 38.05%
B = 38.99%

CMYK

 C value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49797C (or 0x49797C) is known color: Paradiso. HEX triplet: 49, 79 and 7C. RGB value is (73,121,124). Sum of RGB (Red+Green+Blue) = 73+121+124=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 124 - color contains mainly: blue. Hex color #49797C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49797C is #B68683. Grayscale: #6A6A6A. Windows color (decimal): -11961988 or 8157513. OLE color: 8157513.

HSL color Cylindrical-coordinate representation of color #49797C: hue angle of 183.53º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49797C is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 121 124 -
CMYK 0.41 0.02 0 0.51
HSL 183.53º 0.26% 0.39% -
HSV(B) 183.53º 0.41% 0.49% -
XYZ 13.22 16.55 21.57 -
YUV 106.99 137.6 103.76 -
System Red Green Blue C M Y K H S L
Decimal 73 121 124 0.41 0.02 0 0.51 183.53 0.26 0.39
Hex 49 79 7C 29 2 0 33 B8 1A 27
Octal 111 171 174 51 2 0 63 270 32 47
Binary 1001001 1111001 1111100 101001 10 0 110011 10111000 11010 100111

Color Harmonies of #49797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49797C

Black with #49797C

Text Example


Text Example

White with #49797C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,121,124); }

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

background-color css

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

 a { background-color: rgb(73,121,124); }

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

border-color css

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

 span { border-color: rgb(73,121,124); }

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