Html Css Color HEX #49BFCE Viking

📋 copy color: '#49BFCE'

red 73 ◦ green 191 ◦ blue 206

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

Shades of Viking #49BFCE

Tints of Viking #49BFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.83%

R = 15.53%
G = 40.64%
B = 43.83%

CMYK

 C value IS 0.65

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#49BFCE (or 0x49BFCE) is known color: Viking. HEX triplet: 49, BF and CE. RGB value is (73,191,206). Sum of RGB (Red+Green+Blue) = 73+191+206=470 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.53% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #49BFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BFCE is #B64031. Grayscale: #9D9D9D. Windows color (decimal): -11943986 or 13549385. OLE color: 13549385.

HSL color Cylindrical-coordinate representation of color #49BFCE: hue angle of 186.77º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49BFCE is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 191 206 -
CMYK 0.65 0.07 0 0.19
HSL 186.77º 0.58% 0.55% -
HSV(B) 186.77º 0.65% 0.81% -
XYZ 32.52 43.13 65 -
YUV 157.43 155.41 67.78 -
System Red Green Blue C M Y K H S L
Decimal 73 191 206 0.65 0.07 0 0.19 186.77 0.58 0.55
Hex 49 BF CE 41 7 0 13 BB 3A 37
Octal 111 277 316 101 7 0 23 273 72 67
Binary 1001001 10111111 11001110 1000001 111 0 10011 10111011 111010 110111

Color Harmonies of #49BFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BFCE

Black with #49BFCE

Text Example


Text Example

White with #49BFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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