Html Css Color HEX #49BDC4 Viking

📋 copy color: '#49BDC4'

red 73 ◦ green 189 ◦ blue 196

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

Shades of Viking #49BDC4

Tints of Viking #49BDC4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.27%

 BLUE value IS 196 (76.95% from 255) = 42.79%

R = 15.94%
G = 41.27%
B = 42.79%

CMYK

 C value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#49BDC4 (or 0x49BDC4) is known color: Viking. HEX triplet: 49, BD and C4. RGB value is (73,189,196). Sum of RGB (Red+Green+Blue) = 73+189+196=458 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.94% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 196 (76.95% from 255 or 42.79% from 458); Max value from RGB is 196 - color contains mainly: blue. Hex color #49BDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BDC4 is #B6423B. Grayscale: #9A9A9A. Windows color (decimal): -11944508 or 12893513. OLE color: 12893513.

HSL color Cylindrical-coordinate representation of color #49BDC4: hue angle of 183.41º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49BDC4 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 73 189 196 -
CMYK 0.63 0.04 0 0.23
HSL 183.41º 0.51% 0.53% -
HSV(B) 183.41º 0.63% 0.77% -
XYZ 30.91 41.8 58.66 -
YUV 155.11 151.07 69.43 -
System Red Green Blue C M Y K H S L
Decimal 73 189 196 0.63 0.04 0 0.23 183.41 0.51 0.53
Hex 49 BD C4 3F 4 0 17 B7 33 35
Octal 111 275 304 77 4 0 27 267 63 65
Binary 1001001 10111101 11000100 111111 100 0 10111 10110111 110011 110101

Color Harmonies of #49BDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BDC4

Black with #49BDC4

Text Example


Text Example

White with #49BDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,189,196); }

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

background-color css

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

 a { background-color: rgb(73,189,196); }

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

border-color css

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

 span { border-color: rgb(73,189,196); }

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