Html Css Color HEX #49A6AA Cadet Blue

📋 copy color: '#49A6AA'

red 73 ◦ green 166 ◦ blue 170

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

Shades of Cadet Blue #49A6AA

Tints of Cadet Blue #49A6AA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.59%

 BLUE value IS 170 (66.8% from 255) = 41.56%

R = 17.85%
G = 40.59%
B = 41.56%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#49A6AA (or 0x49A6AA) is known color: Cadet Blue. HEX triplet: 49, A6 and AA. RGB value is (73,166,170). Sum of RGB (Red+Green+Blue) = 73+166+170=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #49A6AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A6AA is #B65955. Grayscale: #8A8A8A. Windows color (decimal): -11950422 or 11183689. OLE color: 11183689.

HSL color Cylindrical-coordinate representation of color #49A6AA: hue angle of 182.47º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49A6AA is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 166 170 -
CMYK 0.57 0.02 0 0.33
HSL 182.47º 0.4% 0.48% -
HSV(B) 182.47º 0.57% 0.67% -
XYZ 23.64 31.59 42.88 -
YUV 138.65 145.69 81.17 -
System Red Green Blue C M Y K H S L
Decimal 73 166 170 0.57 0.02 0 0.33 182.47 0.4 0.48
Hex 49 A6 AA 39 2 0 21 B6 28 30
Octal 111 246 252 71 2 0 41 266 50 60
Binary 1001001 10100110 10101010 111001 10 0 100001 10110110 101000 110000

Color Harmonies of #49A6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A6AA

Black with #49A6AA

Text Example


Text Example

White with #49A6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,166,170); }

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

background-color css

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

 a { background-color: rgb(73,166,170); }

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

border-color css

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

 span { border-color: rgb(73,166,170); }

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