Html Css Color HEX #49B2BF Viking

📋 copy color: '#49B2BF'

red 73 ◦ green 178 ◦ blue 191

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

Shades of Viking #49B2BF

Tints of Viking #49B2BF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.27%

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

R = 16.52%
G = 40.27%
B = 43.21%

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

#49B2BF (or 0x49B2BF) is known color: Viking. HEX triplet: 49, B2 and BF. RGB value is (73,178,191). Sum of RGB (Red+Green+Blue) = 73+178+191=442 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.52% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #49B2BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49B2BF is #B64D40. Grayscale: #939393. Windows color (decimal): -11947329 or 12563017. OLE color: 12563017.

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

Color convert

RGB 73 178 191 -
CMYK 0.62 0.07 0 0.25
HSL 186.61º 0.48% 0.52% -
HSV(B) 186.61º 0.62% 0.75% -
XYZ 28.07 37.02 54.96 -
YUV 148.09 152.21 74.44 -
System Red Green Blue C M Y K H S L
Decimal 73 178 191 0.62 0.07 0 0.25 186.61 0.48 0.52
Hex 49 B2 BF 3E 7 0 19 BB 30 34
Octal 111 262 277 76 7 0 31 273 60 64
Binary 1001001 10110010 10111111 111110 111 0 11001 10111011 110000 110100

Color Harmonies of #49B2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B2BF

Black with #49B2BF

Text Example


Text Example

White with #49B2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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