Html Css Color HEX #49BFD1 Viking

📋 copy color: '#49BFD1'

red 73 ◦ green 191 ◦ blue 209

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

Shades of Viking #49BFD1

Tints of Viking #49BFD1

RGB

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

 GREEN value IS 191 (75% from 255) = 40.38%

 BLUE value IS 209 (82.03% from 255) = 44.19%

R = 15.43%
G = 40.38%
B = 44.19%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#49BFD1 (or 0x49BFD1) is known color: Viking. HEX triplet: 49, BF and D1. RGB value is (73,191,209). Sum of RGB (Red+Green+Blue) = 73+191+209=473 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.43% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 209 - color contains mainly: blue. Hex color #49BFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BFD1 is #B6402E. Grayscale: #9D9D9D. Windows color (decimal): -11943983 or 13745993. OLE color: 13745993.

HSL color Cylindrical-coordinate representation of color #49BFD1: hue angle of 187.94º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49BFD1 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 191 209 -
CMYK 0.65 0.09 0 0.18
HSL 187.94º 0.6% 0.55% -
HSV(B) 187.94º 0.65% 0.82% -
XYZ 32.89 43.28 66.94 -
YUV 157.77 156.91 67.54 -
System Red Green Blue C M Y K H S L
Decimal 73 191 209 0.65 0.09 0 0.18 187.94 0.6 0.55
Hex 49 BF D1 41 9 0 12 BC 3C 37
Octal 111 277 321 101 11 0 22 274 74 67
Binary 1001001 10111111 11010001 1000001 1001 0 10010 10111100 111100 110111

Color Harmonies of #49BFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BFD1

Black with #49BFD1

Text Example


Text Example

White with #49BFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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