Html Css Color HEX #49808A Paradiso

📋 copy color: '#49808A'

red 73 ◦ green 128 ◦ blue 138

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

Shades of Paradiso #49808A

Tints of Paradiso #49808A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.76%

 BLUE value IS 138 (54.3% from 255) = 40.71%

R = 21.53%
G = 37.76%
B = 40.71%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#49808A (or 0x49808A) is known color: Paradiso. HEX triplet: 49, 80 and 8A. RGB value is (73,128,138). Sum of RGB (Red+Green+Blue) = 73+128+138=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 138 - color contains mainly: blue. Hex color #49808A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49808A is #B67F75. Grayscale: #707070. Windows color (decimal): -11960182 or 9076809. OLE color: 9076809.

HSL color Cylindrical-coordinate representation of color #49808A: hue angle of 189.23º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49808A is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 128 138 -
CMYK 0.47 0.07 0 0.46
HSL 189.23º 0.31% 0.41% -
HSV(B) 189.23º 0.47% 0.54% -
XYZ 15.05 18.69 26.86 -
YUV 112.7 142.28 99.69 -
System Red Green Blue C M Y K H S L
Decimal 73 128 138 0.47 0.07 0 0.46 189.23 0.31 0.41
Hex 49 80 8A 2F 7 0 2E BD 1F 29
Octal 111 200 212 57 7 0 56 275 37 51
Binary 1001001 10000000 10001010 101111 111 0 101110 10111101 11111 101001

Color Harmonies of #49808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49808A

Black with #49808A

Text Example


Text Example

White with #49808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49808A; }

 p { color: rgb(73,128,138); }

 H1.HeaderClassName
 {
   color: #49808A;
 }
 .AnyTagClassName
 {
   color: #49808A;
 }
</style>

background-color css

<style>
 a { background-color: #49808A; }

 a { background-color: rgb(73,128,138); }

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

border-color css

<style>
 span { border-color: #49808A; }

 span { border-color: rgb(73,128,138); }

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