Html Css Color HEX #49BED1 Viking

📋 copy color: '#49BED1'

red 73 ◦ green 190 ◦ blue 209

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

Shades of Viking #49BED1

Tints of Viking #49BED1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.25%

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

R = 15.47%
G = 40.25%
B = 44.28%

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

#49BED1 (or 0x49BED1) is known color: Viking. HEX triplet: 49, BE and D1. RGB value is (73,190,209). Sum of RGB (Red+Green+Blue) = 73+190+209=472 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.47% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #49BED1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BED1 is #B6412E. Grayscale: #9C9C9C. Windows color (decimal): -11944239 or 13745737. OLE color: 13745737.

HSL color Cylindrical-coordinate representation of color #49BED1: hue angle of 188.38º 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 #49BED1 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 190 209 -
CMYK 0.65 0.09 0 0.18
HSL 188.38º 0.6% 0.55% -
HSV(B) 188.38º 0.65% 0.82% -
XYZ 32.67 42.85 66.87 -
YUV 157.18 157.24 67.96 -
System Red Green Blue C M Y K H S L
Decimal 73 190 209 0.65 0.09 0 0.18 188.38 0.6 0.55
Hex 49 BE D1 41 9 0 12 BC 3C 37
Octal 111 276 321 101 11 0 22 274 74 67
Binary 1001001 10111110 11010001 1000001 1001 0 10010 10111100 111100 110111

Color Harmonies of #49BED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BED1

Black with #49BED1

Text Example


Text Example

White with #49BED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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