Html Css Color HEX #49A4AE Cadet Blue

📋 copy color: '#49A4AE'

red 73 ◦ green 164 ◦ blue 174

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

Shades of Cadet Blue #49A4AE

Tints of Cadet Blue #49A4AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.34%

R = 17.76%
G = 39.9%
B = 42.34%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#49A4AE (or 0x49A4AE) is known color: Cadet Blue. HEX triplet: 49, A4 and AE. RGB value is (73,164,174). Sum of RGB (Red+Green+Blue) = 73+164+174=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #49A4AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A4AE is #B65B51. Grayscale: #898989. Windows color (decimal): -11950930 or 11445321. OLE color: 11445321.

HSL color Cylindrical-coordinate representation of color #49A4AE: hue angle of 185.94º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49A4AE is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 164 174 -
CMYK 0.58 0.06 0 0.32
HSL 185.94º 0.41% 0.48% -
HSV(B) 185.94º 0.58% 0.68% -
XYZ 23.66 31.02 44.79 -
YUV 137.93 148.35 81.69 -
System Red Green Blue C M Y K H S L
Decimal 73 164 174 0.58 0.06 0 0.32 185.94 0.41 0.48
Hex 49 A4 AE 3A 6 0 20 BA 29 30
Octal 111 244 256 72 6 0 40 272 51 60
Binary 1001001 10100100 10101110 111010 110 0 100000 10111010 101001 110000

Color Harmonies of #49A4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A4AE

Black with #49A4AE

Text Example


Text Example

White with #49A4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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