Html Css Color HEX #49838B Paradiso

📋 copy color: '#49838B'

red 73 ◦ green 131 ◦ blue 139

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

Shades of Paradiso #49838B

Tints of Paradiso #49838B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.19%

 BLUE value IS 139 (54.69% from 255) = 40.52%

R = 21.28%
G = 38.19%
B = 40.52%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49838B (or 0x49838B) is known color: Paradiso. HEX triplet: 49, 83 and 8B. RGB value is (73,131,139). Sum of RGB (Red+Green+Blue) = 73+131+139=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #49838B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49838B is #B67C74. Grayscale: #727272. Windows color (decimal): -11959413 or 9143113. OLE color: 9143113.

HSL color Cylindrical-coordinate representation of color #49838B: hue angle of 187.27º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49838B is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 131 139 -
CMYK 0.47 0.06 0 0.45
HSL 187.27º 0.31% 0.42% -
HSV(B) 187.27º 0.47% 0.55% -
XYZ 15.52 19.51 27.37 -
YUV 114.57 141.78 98.35 -
System Red Green Blue C M Y K H S L
Decimal 73 131 139 0.47 0.06 0 0.45 187.27 0.31 0.42
Hex 49 83 8B 2F 6 0 2D BB 1F 2A
Octal 111 203 213 57 6 0 55 273 37 52
Binary 1001001 10000011 10001011 101111 110 0 101101 10111011 11111 101010

Color Harmonies of #49838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49838B

Black with #49838B

Text Example


Text Example

White with #49838B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49838B; }

 p { color: rgb(73,131,139); }

 H1.HeaderClassName
 {
   color: #49838B;
 }
 .AnyTagClassName
 {
   color: #49838B;
 }
</style>

background-color css

<style>
 a { background-color: #49838B; }

 a { background-color: rgb(73,131,139); }

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

border-color css

<style>
 span { border-color: #49838B; }

 span { border-color: rgb(73,131,139); }

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