Html Css Color HEX #49BBBD Viking

📋 copy color: '#49BBBD'

red 73 ◦ green 187 ◦ blue 189

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

Shades of Viking #49BBBD

Tints of Viking #49BBBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.09%

R = 16.26%
G = 41.65%
B = 42.09%

CMYK

 C value IS 0.61

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#49BBBD (or 0x49BBBD) is known color: Viking. HEX triplet: 49, BB and BD. RGB value is (73,187,189). Sum of RGB (Red+Green+Blue) = 73+187+189=449 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.26% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #49BBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BBBD is #B64442. Grayscale: #999999. Windows color (decimal): -11945027 or 12434249. OLE color: 12434249.

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

Color convert

RGB 73 187 189 -
CMYK 0.61 0.01 0 0.26
HSL 181.03º 0.47% 0.51% -
HSV(B) 181.03º 0.61% 0.74% -
XYZ 29.7 40.63 54.42 -
YUV 153.14 148.23 70.84 -
System Red Green Blue C M Y K H S L
Decimal 73 187 189 0.61 0.01 0 0.26 181.03 0.47 0.51
Hex 49 BB BD 3D 1 0 1A B5 2F 33
Octal 111 273 275 75 1 0 32 265 57 63
Binary 1001001 10111011 10111101 111101 1 0 11010 10110101 101111 110011

Color Harmonies of #49BBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BBBD

Black with #49BBBD

Text Example


Text Example

White with #49BBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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