Html Css Color HEX #49ADCF Viking

📋 copy color: '#49ADCF'

red 73 ◦ green 173 ◦ blue 207

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

Shades of Viking #49ADCF

Tints of Viking #49ADCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.7%

R = 16.11%
G = 38.19%
B = 45.7%

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

#49ADCF (or 0x49ADCF) is known color: Viking. HEX triplet: 49, AD and CF. RGB value is (73,173,207). Sum of RGB (Red+Green+Blue) = 73+173+207=453 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.11% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #49ADCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ADCF is #B65230. Grayscale: #929292. Windows color (decimal): -11948593 or 13610313. OLE color: 13610313.

HSL color Cylindrical-coordinate representation of color #49ADCF: hue angle of 195.22º 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 #49ADCF is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 173 207 -
CMYK 0.65 0.16 0 0.19
HSL 195.22º 0.58% 0.55% -
HSV(B) 195.22º 0.65% 0.81% -
XYZ 28.95 35.81 64.42 -
YUV 146.98 161.87 75.24 -
System Red Green Blue C M Y K H S L
Decimal 73 173 207 0.65 0.16 0 0.19 195.22 0.58 0.55
Hex 49 AD CF 41 10 0 13 C3 3A 37
Octal 111 255 317 101 20 0 23 303 72 67
Binary 1001001 10101101 11001111 1000001 10000 0 10011 11000011 111010 110111

Color Harmonies of #49ADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ADCF

Black with #49ADCF

Text Example


Text Example

White with #49ADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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