Html Css Color HEX #49848B Paradiso

📋 copy color: '#49848B'

red 73 ◦ green 132 ◦ blue 139

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

Shades of Paradiso #49848B

Tints of Paradiso #49848B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.37%

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

R = 21.22%
G = 38.37%
B = 40.41%

CMYK

 C value IS 0.47

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49848B (or 0x49848B) is known color: Paradiso. HEX triplet: 49, 84 and 8B. RGB value is (73,132,139). Sum of RGB (Red+Green+Blue) = 73+132+139=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #49848B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49848B is #B67B74. Grayscale: #737373. Windows color (decimal): -11959157 or 9143369. OLE color: 9143369.

HSL color Cylindrical-coordinate representation of color #49848B: hue angle of 186.36º 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 #49848B is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 132 139 -
CMYK 0.47 0.05 0 0.45
HSL 186.36º 0.31% 0.42% -
HSV(B) 186.36º 0.47% 0.55% -
XYZ 15.66 19.78 27.42 -
YUV 115.16 141.45 97.93 -
System Red Green Blue C M Y K H S L
Decimal 73 132 139 0.47 0.05 0 0.45 186.36 0.31 0.42
Hex 49 84 8B 2F 5 0 2D BA 1F 2A
Octal 111 204 213 57 5 0 55 272 37 52
Binary 1001001 10000100 10001011 101111 101 0 101101 10111010 11111 101010

Color Harmonies of #49848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49848B

Black with #49848B

Text Example


Text Example

White with #49848B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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