Html Css Color HEX #49AACB Viking

📋 copy color: '#49AACB'

red 73 ◦ green 170 ◦ blue 203

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

Shades of Viking #49AACB

Tints of Viking #49AACB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.12%

 BLUE value IS 203 (79.69% from 255) = 45.52%

R = 16.37%
G = 38.12%
B = 45.52%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#49AACB (or 0x49AACB) is known color: Viking. HEX triplet: 49, AA and CB. RGB value is (73,170,203). Sum of RGB (Red+Green+Blue) = 73+170+203=446 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.37% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #49AACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AACB is #B65534. Grayscale: #909090. Windows color (decimal): -11949365 or 13347401. OLE color: 13347401.

HSL color Cylindrical-coordinate representation of color #49AACB: hue angle of 195.23º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49AACB is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 170 203 -
CMYK 0.64 0.16 0 0.20
HSL 195.23º 0.56% 0.54% -
HSV(B) 195.23º 0.64% 0.8% -
XYZ 27.9 34.48 61.68 -
YUV 144.76 160.86 76.82 -
System Red Green Blue C M Y K H S L
Decimal 73 170 203 0.64 0.16 0 0.20 195.23 0.56 0.54
Hex 49 AA CB 40 10 0 14 C3 38 36
Octal 111 252 313 100 20 0 24 303 70 66
Binary 1001001 10101010 11001011 1000000 10000 0 10100 11000011 111000 110110

Color Harmonies of #49AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AACB

Black with #49AACB

Text Example


Text Example

White with #49AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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