Html Css Color HEX #49ADCE Viking

📋 copy color: '#49ADCE'

red 73 ◦ green 173 ◦ blue 206

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

Shades of Viking #49ADCE

Tints of Viking #49ADCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.58%

R = 16.15%
G = 38.27%
B = 45.58%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#49ADCE (or 0x49ADCE) is known color: Viking. HEX triplet: 49, AD and CE. RGB value is (73,173,206). Sum of RGB (Red+Green+Blue) = 73+173+206=452 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.15% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #49ADCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ADCE is #B65231. Grayscale: #929292. Windows color (decimal): -11948594 or 13544777. OLE color: 13544777.

HSL color Cylindrical-coordinate representation of color #49ADCE: hue angle of 194.89º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49ADCE is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 173 206 -
CMYK 0.65 0.16 0 0.19
HSL 194.89º 0.58% 0.55% -
HSV(B) 194.89º 0.65% 0.81% -
XYZ 28.83 35.76 63.78 -
YUV 146.86 161.37 75.32 -
System Red Green Blue C M Y K H S L
Decimal 73 173 206 0.65 0.16 0 0.19 194.89 0.58 0.55
Hex 49 AD CE 41 10 0 13 C3 3A 37
Octal 111 255 316 101 20 0 23 303 72 67
Binary 1001001 10101101 11001110 1000001 10000 0 10011 11000011 111010 110111

Color Harmonies of #49ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ADCE

Black with #49ADCE

Text Example


Text Example

White with #49ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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