Html Css Color HEX #49828A Paradiso

📋 copy color: '#49828A'

red 73 ◦ green 130 ◦ blue 138

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

Shades of Paradiso #49828A

Tints of Paradiso #49828A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.12%

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

R = 21.41%
G = 38.12%
B = 40.47%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#49828A (or 0x49828A) is known color: Paradiso. HEX triplet: 49, 82 and 8A. RGB value is (73,130,138). Sum of RGB (Red+Green+Blue) = 73+130+138=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 138 - color contains mainly: blue. Hex color #49828A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49828A is #B67D75. Grayscale: #717171. Windows color (decimal): -11959670 or 9077321. OLE color: 9077321.

HSL color Cylindrical-coordinate representation of color #49828A: hue angle of 187.38º 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 #49828A is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 130 138 -
CMYK 0.47 0.06 0 0.46
HSL 187.38º 0.31% 0.41% -
HSV(B) 187.38º 0.47% 0.54% -
XYZ 15.32 19.22 26.95 -
YUV 113.87 141.62 98.85 -
System Red Green Blue C M Y K H S L
Decimal 73 130 138 0.47 0.06 0 0.46 187.38 0.31 0.41
Hex 49 82 8A 2F 6 0 2E BB 1F 29
Octal 111 202 212 57 6 0 56 273 37 51
Binary 1001001 10000010 10001010 101111 110 0 101110 10111011 11111 101001

Color Harmonies of #49828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49828A

Black with #49828A

Text Example


Text Example

White with #49828A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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