Html Css Color HEX #49B5BF Viking

📋 copy color: '#49B5BF'

red 73 ◦ green 181 ◦ blue 191

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

Shades of Viking #49B5BF

Tints of Viking #49B5BF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.67%

 BLUE value IS 191 (75% from 255) = 42.92%

R = 16.4%
G = 40.67%
B = 42.92%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#49B5BF (or 0x49B5BF) is known color: Viking. HEX triplet: 49, B5 and BF. RGB value is (73,181,191). Sum of RGB (Red+Green+Blue) = 73+181+191=445 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.40% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #49B5BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B5BF is #B64A40. Grayscale: #959595. Windows color (decimal): -11946561 or 12563785. OLE color: 12563785.

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

Color convert

RGB 73 181 191 -
CMYK 0.62 0.05 0 0.25
HSL 185.08º 0.48% 0.52% -
HSV(B) 185.08º 0.62% 0.75% -
XYZ 28.68 38.23 55.16 -
YUV 149.85 151.22 73.19 -
System Red Green Blue C M Y K H S L
Decimal 73 181 191 0.62 0.05 0 0.25 185.08 0.48 0.52
Hex 49 B5 BF 3E 5 0 19 B9 30 34
Octal 111 265 277 76 5 0 31 271 60 64
Binary 1001001 10110101 10111111 111110 101 0 11001 10111001 110000 110100

Color Harmonies of #49B5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B5BF

Black with #49B5BF

Text Example


Text Example

White with #49B5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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