Html Css Color HEX #49888E Paradiso

📋 copy color: '#49888E'

red 73 ◦ green 136 ◦ blue 142

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

Shades of Paradiso #49888E

Tints of Paradiso #49888E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.75%

 BLUE value IS 142 (55.86% from 255) = 40.46%

R = 20.8%
G = 38.75%
B = 40.46%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49888E (or 0x49888E) is known color: Paradiso. HEX triplet: 49, 88 and 8E. RGB value is (73,136,142). Sum of RGB (Red+Green+Blue) = 73+136+142=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 142 - color contains mainly: blue. Hex color #49888E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49888E is #B67771. Grayscale: #757575. Windows color (decimal): -11958130 or 9341001. OLE color: 9341001.

HSL color Cylindrical-coordinate representation of color #49888E: hue angle of 185.22º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49888E is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 136 142 -
CMYK 0.49 0.04 0 0.44
HSL 185.22º 0.32% 0.42% -
HSV(B) 185.22º 0.49% 0.56% -
XYZ 16.43 20.98 28.77 -
YUV 117.85 141.63 96.01 -
System Red Green Blue C M Y K H S L
Decimal 73 136 142 0.49 0.04 0 0.44 185.22 0.32 0.42
Hex 49 88 8E 31 4 0 2C B9 20 2A
Octal 111 210 216 61 4 0 54 271 40 52
Binary 1001001 10001000 10001110 110001 100 0 101100 10111001 100000 101010

Color Harmonies of #49888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49888E

Black with #49888E

Text Example


Text Example

White with #49888E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49888E; }

 p { color: rgb(73,136,142); }

 H1.HeaderClassName
 {
   color: #49888E;
 }
 .AnyTagClassName
 {
   color: #49888E;
 }
</style>

background-color css

<style>
 a { background-color: #49888E; }

 a { background-color: rgb(73,136,142); }

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

border-color css

<style>
 span { border-color: #49888E; }

 span { border-color: rgb(73,136,142); }

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