Html Css Color HEX #49ADBE Viking

📋 copy color: '#49ADBE'

red 73 ◦ green 173 ◦ blue 190

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

Shades of Viking #49ADBE

Tints of Viking #49ADBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.58%

R = 16.74%
G = 39.68%
B = 43.58%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#49ADBE (or 0x49ADBE) is known color: Viking. HEX triplet: 49, AD and BE. RGB value is (73,173,190). Sum of RGB (Red+Green+Blue) = 73+173+190=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #49ADBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ADBE is #B65241. Grayscale: #909090. Windows color (decimal): -11948610 or 12496201. OLE color: 12496201.

HSL color Cylindrical-coordinate representation of color #49ADBE: hue angle of 188.72º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49ADBE is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 173 190 -
CMYK 0.62 0.09 0 0.25
HSL 188.72º 0.47% 0.52% -
HSV(B) 188.72º 0.62% 0.75% -
XYZ 26.99 35.02 54.05 -
YUV 145.04 153.37 76.62 -
System Red Green Blue C M Y K H S L
Decimal 73 173 190 0.62 0.09 0 0.25 188.72 0.47 0.52
Hex 49 AD BE 3E 9 0 19 BD 2F 34
Octal 111 255 276 76 11 0 31 275 57 64
Binary 1001001 10101101 10111110 111110 1001 0 11001 10111101 101111 110100

Color Harmonies of #49ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ADBE

Black with #49ADBE

Text Example


Text Example

White with #49ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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