Html Css Color HEX #49A3AB Cadet Blue

📋 copy color: '#49A3AB'

red 73 ◦ green 163 ◦ blue 171

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

Shades of Cadet Blue #49A3AB

Tints of Cadet Blue #49A3AB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.05%

 BLUE value IS 171 (67.19% from 255) = 42.01%

R = 17.94%
G = 40.05%
B = 42.01%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#49A3AB (or 0x49A3AB) is known color: Cadet Blue. HEX triplet: 49, A3 and AB. RGB value is (73,163,171). Sum of RGB (Red+Green+Blue) = 73+163+171=407 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.94% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #49A3AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A3AB is #B65C54. Grayscale: #888888. Windows color (decimal): -11951189 or 11248457. OLE color: 11248457.

HSL color Cylindrical-coordinate representation of color #49A3AB: hue angle of 184.9º 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 #49A3AB is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 163 171 -
CMYK 0.57 0.05 0 0.33
HSL 184.9º 0.4% 0.48% -
HSV(B) 184.9º 0.57% 0.67% -
XYZ 23.2 30.55 43.2 -
YUV 137 147.18 82.35 -
System Red Green Blue C M Y K H S L
Decimal 73 163 171 0.57 0.05 0 0.33 184.9 0.4 0.48
Hex 49 A3 AB 39 5 0 21 B9 28 30
Octal 111 243 253 71 5 0 41 271 50 60
Binary 1001001 10100011 10101011 111001 101 0 100001 10111001 101000 110000

Color Harmonies of #49A3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A3AB

Black with #49A3AB

Text Example


Text Example

White with #49A3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,163,171); }

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

background-color css

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

 a { background-color: rgb(73,163,171); }

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

border-color css

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

 span { border-color: rgb(73,163,171); }

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