Html Css Color HEX #49767F Paradiso

📋 copy color: '#49767F'

red 73 ◦ green 118 ◦ blue 127

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

Shades of Paradiso #49767F

Tints of Paradiso #49767F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.11%

 BLUE value IS 127 (50% from 255) = 39.94%

R = 22.96%
G = 37.11%
B = 39.94%

CMYK

 C value IS 0.43

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#49767F (or 0x49767F) is known color: Paradiso. HEX triplet: 49, 76 and 7F. RGB value is (73,118,127). Sum of RGB (Red+Green+Blue) = 73+118+127=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 127 - color contains mainly: blue. Hex color #49767F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49767F is #B68980. Grayscale: #696969. Windows color (decimal): -11962753 or 8353353. OLE color: 8353353.

HSL color Cylindrical-coordinate representation of color #49767F: hue angle of 190º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #49767F is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 118 127 -
CMYK 0.43 0.07 0 0.50
HSL 190º 0.27% 0.39% -
HSV(B) 190º 0.43% 0.5% -
XYZ 13.06 15.91 22.46 -
YUV 105.57 140.09 104.77 -
System Red Green Blue C M Y K H S L
Decimal 73 118 127 0.43 0.07 0 0.50 190 0.27 0.39
Hex 49 76 7F 2B 7 0 32 BE 1B 27
Octal 111 166 177 53 7 0 62 276 33 47
Binary 1001001 1110110 1111111 101011 111 0 110010 10111110 11011 100111

Color Harmonies of #49767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49767F

Black with #49767F

Text Example


Text Example

White with #49767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49767F; }

 p { color: rgb(73,118,127); }

 H1.HeaderClassName
 {
   color: #49767F;
 }
 .AnyTagClassName
 {
   color: #49767F;
 }
</style>

background-color css

<style>
 a { background-color: #49767F; }

 a { background-color: rgb(73,118,127); }

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

border-color css

<style>
 span { border-color: #49767F; }

 span { border-color: rgb(73,118,127); }

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