Html Css Color HEX #49B993 Keppel

📋 copy color: '#49B993'

red 73 ◦ green 185 ◦ blue 147

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

Shades of Keppel #49B993

Tints of Keppel #49B993

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.68%

 BLUE value IS 147 (57.81% from 255) = 36.3%

R = 18.02%
G = 45.68%
B = 36.3%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#49B993 (or 0x49B993) is known color: Keppel. HEX triplet: 49, B9 and 93. RGB value is (73,185,147). Sum of RGB (Red+Green+Blue) = 73+185+147=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 185 - color contains mainly: green. Hex color #49B993 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B993 is #B6466C. Grayscale: #939393. Windows color (decimal): -11945581 or 9681225. OLE color: 9681225.

HSL color Cylindrical-coordinate representation of color #49B993: hue angle of 159.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49B993 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 185 147 -
CMYK 0.61 0 0.21 0.27
HSL 159.64º 0.44% 0.51% -
HSV(B) 159.64º 0.61% 0.73% -
XYZ 25.36 38.22 33.64 -
YUV 147.18 127.89 75.09 -
System Red Green Blue C M Y K H S L
Decimal 73 185 147 0.61 0 0.21 0.27 159.64 0.44 0.51
Hex 49 B9 93 3D 0 15 1B A0 2C 33
Octal 111 271 223 75 0 25 33 240 54 63
Binary 1001001 10111001 10010011 111101 0 10101 11011 10100000 101100 110011

Color Harmonies of #49B993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B993

Black with #49B993

Text Example


Text Example

White with #49B993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49B993; }

 p { color: rgb(73,185,147); }

 H1.HeaderClassName
 {
   color: #49B993;
 }
 .AnyTagClassName
 {
   color: #49B993;
 }
</style>

background-color css

<style>
 a { background-color: #49B993; }

 a { background-color: rgb(73,185,147); }

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

border-color css

<style>
 span { border-color: #49B993; }

 span { border-color: rgb(73,185,147); }

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