Html Css Color HEX #49BBBA Viking

📋 copy color: '#49BBBA'

red 73 ◦ green 187 ◦ blue 186

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

Shades of Viking #49BBBA

Tints of Viking #49BBBA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.93%

 BLUE value IS 186 (73.05% from 255) = 41.7%

R = 16.37%
G = 41.93%
B = 41.7%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#49BBBA (or 0x49BBBA) is known color: Viking. HEX triplet: 49, BB and BA. RGB value is (73,187,186). Sum of RGB (Red+Green+Blue) = 73+187+186=446 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.37% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 187 - color contains mainly: green. Hex color #49BBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BBBA is #B64445. Grayscale: #989898. Windows color (decimal): -11945030 or 12237641. OLE color: 12237641.

HSL color Cylindrical-coordinate representation of color #49BBBA: hue angle of 179.47º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BBBA is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 187 186 -
CMYK 0.61 0 0.01 0.27
HSL 179.47º 0.46% 0.51% -
HSV(B) 179.47º 0.61% 0.73% -
XYZ 29.38 40.5 52.72 -
YUV 152.8 146.73 71.08 -
System Red Green Blue C M Y K H S L
Decimal 73 187 186 0.61 0 0.01 0.27 179.47 0.46 0.51
Hex 49 BB BA 3D 0 1 1B B3 2E 33
Octal 111 273 272 75 0 1 33 263 56 63
Binary 1001001 10111011 10111010 111101 0 1 11011 10110011 101110 110011

Color Harmonies of #49BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BBBA

Black with #49BBBA

Text Example


Text Example

White with #49BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,187,186); }

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

background-color css

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

 a { background-color: rgb(73,187,186); }

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

border-color css

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

 span { border-color: rgb(73,187,186); }

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