Html Css Color HEX #49C2D7 Viking

📋 copy color: '#49C2D7'

red 73 ◦ green 194 ◦ blue 215

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

Shades of Viking #49C2D7

Tints of Viking #49C2D7

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.25%

 BLUE value IS 215 (84.38% from 255) = 44.61%

R = 15.15%
G = 40.25%
B = 44.61%

CMYK

 C value IS 0.66

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#49C2D7 (or 0x49C2D7) is known color: Viking. HEX triplet: 49, C2 and D7. RGB value is (73,194,215). Sum of RGB (Red+Green+Blue) = 73+194+215=482 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.15% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 215 (84.38% from 255 or 44.61% from 482); Max value from RGB is 215 - color contains mainly: blue. Hex color #49C2D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C2D7 is #B63D28. Grayscale: #A0A0A0. Windows color (decimal): -11943209 or 14139977. OLE color: 14139977.

HSL color Cylindrical-coordinate representation of color #49C2D7: hue angle of 188.87º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49C2D7 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 194 215 -
CMYK 0.66 0.10 0 0.16
HSL 188.87º 0.64% 0.56% -
HSV(B) 188.87º 0.66% 0.84% -
XYZ 34.31 44.91 71.15 -
YUV 160.22 158.91 65.79 -
System Red Green Blue C M Y K H S L
Decimal 73 194 215 0.66 0.10 0 0.16 188.87 0.64 0.56
Hex 49 C2 D7 42 A 0 10 BD 40 38
Octal 111 302 327 102 12 0 20 275 100 70
Binary 1001001 11000010 11010111 1000010 1010 0 10000 10111101 1000000 111000

Color Harmonies of #49C2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C2D7

Black with #49C2D7

Text Example


Text Example

White with #49C2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,194,215); }

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

background-color css

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

 a { background-color: rgb(73,194,215); }

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

border-color css

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

 span { border-color: rgb(73,194,215); }

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