Html Css Color HEX #49B9BE Viking

📋 copy color: '#49B9BE'

red 73 ◦ green 185 ◦ blue 190

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

Shades of Viking #49B9BE

Tints of Viking #49B9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.29%

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

R = 16.29%
G = 41.29%
B = 42.41%

CMYK

 C value IS 0.62

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#49B9BE (or 0x49B9BE) is known color: Viking. HEX triplet: 49, B9 and BE. RGB value is (73,185,190). Sum of RGB (Red+Green+Blue) = 73+185+190=448 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.29% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #49B9BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B9BE is #B64641. Grayscale: #979797. Windows color (decimal): -11945538 or 12499273. OLE color: 12499273.

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

Color convert

RGB 73 185 190 -
CMYK 0.62 0.03 0 0.25
HSL 182.56º 0.47% 0.52% -
HSV(B) 182.56º 0.62% 0.75% -
XYZ 29.39 39.83 54.85 -
YUV 152.08 149.39 71.59 -
System Red Green Blue C M Y K H S L
Decimal 73 185 190 0.62 0.03 0 0.25 182.56 0.47 0.52
Hex 49 B9 BE 3E 3 0 19 B7 2F 34
Octal 111 271 276 76 3 0 31 267 57 64
Binary 1001001 10111001 10111110 111110 11 0 11001 10110111 101111 110100

Color Harmonies of #49B9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B9BE

Black with #49B9BE

Text Example


Text Example

White with #49B9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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