Html Css Color HEX #49A49F Cadet Blue

📋 copy color: '#49A49F'

red 73 ◦ green 164 ◦ blue 159

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

Shades of Cadet Blue #49A49F

Tints of Cadet Blue #49A49F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.41%

 BLUE value IS 159 (62.5% from 255) = 40.15%

R = 18.43%
G = 41.41%
B = 40.15%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#49A49F (or 0x49A49F) is known color: Cadet Blue. HEX triplet: 49, A4 and 9F. RGB value is (73,164,159). Sum of RGB (Red+Green+Blue) = 73+164+159=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 164 - color contains mainly: green. Hex color #49A49F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A49F is #B65B60. Grayscale: #888888. Windows color (decimal): -11950945 or 10462281. OLE color: 10462281.

HSL color Cylindrical-coordinate representation of color #49A49F: hue angle of 176.7º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A49F is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 164 159 -
CMYK 0.55 0 0.03 0.36
HSL 176.7º 0.38% 0.46% -
HSV(B) 176.7º 0.55% 0.64% -
XYZ 22.28 30.47 37.51 -
YUV 136.22 140.85 82.91 -
System Red Green Blue C M Y K H S L
Decimal 73 164 159 0.55 0 0.03 0.36 176.7 0.38 0.46
Hex 49 A4 9F 37 0 3 24 B1 26 2E
Octal 111 244 237 67 0 3 44 261 46 56
Binary 1001001 10100100 10011111 110111 0 11 100100 10110001 100110 101110

Color Harmonies of #49A49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A49F

Black with #49A49F

Text Example


Text Example

White with #49A49F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,164,159); }

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

background-color css

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

 a { background-color: rgb(73,164,159); }

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

border-color css

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

 span { border-color: rgb(73,164,159); }

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