Html Css Color HEX #49B0BE Viking

📋 copy color: '#49B0BE'

red 73 ◦ green 176 ◦ blue 190

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

Shades of Viking #49B0BE

Tints of Viking #49B0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.09%

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

R = 16.63%
G = 40.09%
B = 43.28%

CMYK

 C value IS 0.62

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#49B0BE (or 0x49B0BE) is known color: Viking. HEX triplet: 49, B0 and BE. RGB value is (73,176,190). Sum of RGB (Red+Green+Blue) = 73+176+190=439 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.63% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #49B0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49B0BE is #B64F41. Grayscale: #929292. Windows color (decimal): -11947842 or 12496969. OLE color: 12496969.

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

Color convert

RGB 73 176 190 -
CMYK 0.62 0.07 0 0.25
HSL 187.18º 0.47% 0.52% -
HSV(B) 187.18º 0.62% 0.75% -
XYZ 27.57 36.18 54.25 -
YUV 146.8 152.38 75.36 -
System Red Green Blue C M Y K H S L
Decimal 73 176 190 0.62 0.07 0 0.25 187.18 0.47 0.52
Hex 49 B0 BE 3E 7 0 19 BB 2F 34
Octal 111 260 276 76 7 0 31 273 57 64
Binary 1001001 10110000 10111110 111110 111 0 11001 10111011 101111 110100

Color Harmonies of #49B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B0BE

Black with #49B0BE

Text Example


Text Example

White with #49B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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