Html Css Color HEX #49ABBF Viking

📋 copy color: '#49ABBF'

red 73 ◦ green 171 ◦ blue 191

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

Shades of Viking #49ABBF

Tints of Viking #49ABBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.91%

R = 16.78%
G = 39.31%
B = 43.91%

CMYK

 C value IS 0.62

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#49ABBF (or 0x49ABBF) is known color: Viking. HEX triplet: 49, AB and BF. RGB value is (73,171,191). Sum of RGB (Red+Green+Blue) = 73+171+191=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 191 - color contains mainly: blue. Hex color #49ABBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ABBF is #B65440. Grayscale: #8F8F8F. Windows color (decimal): -11949121 or 12561225. OLE color: 12561225.

HSL color Cylindrical-coordinate representation of color #49ABBF: hue angle of 190.17º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49ABBF is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 171 191 -
CMYK 0.62 0.10 0 0.25
HSL 190.17º 0.48% 0.52% -
HSV(B) 190.17º 0.62% 0.75% -
XYZ 26.71 34.3 54.5 -
YUV 143.98 154.53 77.37 -
System Red Green Blue C M Y K H S L
Decimal 73 171 191 0.62 0.10 0 0.25 190.17 0.48 0.52
Hex 49 AB BF 3E A 0 19 BE 30 34
Octal 111 253 277 76 12 0 31 276 60 64
Binary 1001001 10101011 10111111 111110 1010 0 11001 10111110 110000 110100

Color Harmonies of #49ABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ABBF

Black with #49ABBF

Text Example


Text Example

White with #49ABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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