Html Css Color HEX #49ABCB Viking

📋 copy color: '#49ABCB'

red 73 ◦ green 171 ◦ blue 203

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

Shades of Viking #49ABCB

Tints of Viking #49ABCB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.26%

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

R = 16.33%
G = 38.26%
B = 45.41%

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

#49ABCB (or 0x49ABCB) is known color: Viking. HEX triplet: 49, AB and CB. RGB value is (73,171,203). Sum of RGB (Red+Green+Blue) = 73+171+203=447 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.33% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #49ABCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ABCB is #B65434. Grayscale: #919191. Windows color (decimal): -11949109 or 13347657. OLE color: 13347657.

HSL color Cylindrical-coordinate representation of color #49ABCB: hue angle of 194.77º 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 #49ABCB is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 171 203 -
CMYK 0.64 0.16 0 0.20
HSL 194.77º 0.56% 0.54% -
HSV(B) 194.77º 0.64% 0.8% -
XYZ 28.09 34.85 61.75 -
YUV 145.35 160.53 76.4 -
System Red Green Blue C M Y K H S L
Decimal 73 171 203 0.64 0.16 0 0.20 194.77 0.56 0.54
Hex 49 AB CB 40 10 0 14 C3 38 36
Octal 111 253 313 100 20 0 24 303 70 66
Binary 1001001 10101011 11001011 1000000 10000 0 10100 11000011 111000 110110

Color Harmonies of #49ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ABCB

Black with #49ABCB

Text Example


Text Example

White with #49ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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