Html Css Color HEX #49ADBB Viking

📋 copy color: '#49ADBB'

red 73 ◦ green 173 ◦ blue 187

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

Shades of Viking #49ADBB

Tints of Viking #49ADBB

RGB

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

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

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

R = 16.86%
G = 39.95%
B = 43.19%

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

#49ADBB (or 0x49ADBB) is known color: Viking. HEX triplet: 49, AD and BB. RGB value is (73,173,187). Sum of RGB (Red+Green+Blue) = 73+173+187=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #49ADBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ADBB is #B65244. Grayscale: #909090. Windows color (decimal): -11948613 or 12299593. OLE color: 12299593.

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

Color convert

RGB 73 173 187 -
CMYK 0.61 0.07 0 0.27
HSL 187.37º 0.46% 0.51% -
HSV(B) 187.37º 0.61% 0.73% -
XYZ 26.66 34.89 52.34 -
YUV 144.7 151.87 76.86 -
System Red Green Blue C M Y K H S L
Decimal 73 173 187 0.61 0.07 0 0.27 187.37 0.46 0.51
Hex 49 AD BB 3D 7 0 1B BB 2E 33
Octal 111 255 273 75 7 0 33 273 56 63
Binary 1001001 10101101 10111011 111101 111 0 11011 10111011 101110 110011

Color Harmonies of #49ADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ADBB

Black with #49ADBB

Text Example


Text Example

White with #49ADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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