Html Css Color HEX #49BABB Viking

📋 copy color: '#49BABB'

red 73 ◦ green 186 ◦ blue 187

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

Shades of Viking #49BABB

Tints of Viking #49BABB

RGB

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

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

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

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

CMYK

 C value IS 0.61

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #49BABB: hue angle of 180.53º 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 #49BABB is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 186 187 -
CMYK 0.61 0.01 0 0.27
HSL 180.53º 0.46% 0.51% -
HSV(B) 180.53º 0.61% 0.73% -
XYZ 29.28 40.12 53.22 -
YUV 152.33 147.56 71.42 -
System Red Green Blue C M Y K H S L
Decimal 73 186 187 0.61 0.01 0 0.27 180.53 0.46 0.51
Hex 49 BA BB 3D 1 0 1B B5 2E 33
Octal 111 272 273 75 1 0 33 265 56 63
Binary 1001001 10111010 10111011 111101 1 0 11011 10110101 101110 110011

Color Harmonies of #49BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BABB

Black with #49BABB

Text Example


Text Example

White with #49BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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