Html Css Color HEX #49ADBA Viking

📋 copy color: '#49ADBA'

red 73 ◦ green 173 ◦ blue 186

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

Shades of Viking #49ADBA

Tints of Viking #49ADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.05%

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

R = 16.9%
G = 40.05%
B = 43.06%

CMYK

 C value IS 0.61

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#49ADBA (or 0x49ADBA) is known color: Viking. HEX triplet: 49, AD and BA. RGB value is (73,173,186). Sum of RGB (Red+Green+Blue) = 73+173+186=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #49ADBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ADBA is #B65245. Grayscale: #909090. Windows color (decimal): -11948614 or 12234057. OLE color: 12234057.

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

Color convert

RGB 73 173 186 -
CMYK 0.61 0.07 0 0.27
HSL 186.9º 0.45% 0.51% -
HSV(B) 186.9º 0.61% 0.73% -
XYZ 26.55 34.85 51.78 -
YUV 144.58 151.37 76.94 -
System Red Green Blue C M Y K H S L
Decimal 73 173 186 0.61 0.07 0 0.27 186.9 0.45 0.51
Hex 49 AD BA 3D 7 0 1B BB 2D 33
Octal 111 255 272 75 7 0 33 273 55 63
Binary 1001001 10101101 10111010 111101 111 0 11011 10111011 101101 110011

Color Harmonies of #49ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ADBA

Black with #49ADBA

Text Example


Text Example

White with #49ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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