Html Css Color HEX #49BDBE Viking

📋 copy color: '#49BDBE'

red 73 ◦ green 189 ◦ blue 190

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

Shades of Viking #49BDBE

Tints of Viking #49BDBE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.81%

 BLUE value IS 190 (74.61% from 255) = 42.04%

R = 16.15%
G = 41.81%
B = 42.04%

CMYK

 C value IS 0.62

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#49BDBE (or 0x49BDBE) is known color: Viking. HEX triplet: 49, BD and BE. RGB value is (73,189,190). Sum of RGB (Red+Green+Blue) = 73+189+190=452 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.15% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #49BDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BDBE is #B64241. Grayscale: #9A9A9A. Windows color (decimal): -11944514 or 12500297. OLE color: 12500297.

HSL color Cylindrical-coordinate representation of color #49BDBE: hue angle of 180.51º degrees, saturation: 0.47, 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 #49BDBE is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 189 190 -
CMYK 0.62 0.01 0 0.25
HSL 180.51º 0.47% 0.52% -
HSV(B) 180.51º 0.62% 0.75% -
XYZ 30.24 41.53 55.14 -
YUV 154.43 148.07 69.92 -
System Red Green Blue C M Y K H S L
Decimal 73 189 190 0.62 0.01 0 0.25 180.51 0.47 0.52
Hex 49 BD BE 3E 1 0 19 B5 2F 34
Octal 111 275 276 76 1 0 31 265 57 64
Binary 1001001 10111101 10111110 111110 1 0 11001 10110101 101111 110100

Color Harmonies of #49BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BDBE

Black with #49BDBE

Text Example


Text Example

White with #49BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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