Html Css Color HEX #49BCD5 Viking

📋 copy color: '#49BCD5'

red 73 ◦ green 188 ◦ blue 213

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

Shades of Viking #49BCD5

Tints of Viking #49BCD5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.66%

 BLUE value IS 213 (83.59% from 255) = 44.94%

R = 15.4%
G = 39.66%
B = 44.94%

CMYK

 C value IS 0.66

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#49BCD5 (or 0x49BCD5) is known color: Viking. HEX triplet: 49, BC and D5. RGB value is (73,188,213). Sum of RGB (Red+Green+Blue) = 73+188+213=474 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.40% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 213 - color contains mainly: blue. Hex color #49BCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BCD5 is #B6432A. Grayscale: #9C9C9C. Windows color (decimal): -11944747 or 14007369. OLE color: 14007369.

HSL color Cylindrical-coordinate representation of color #49BCD5: hue angle of 190.71º degrees, saturation: 0.62, 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 #49BCD5 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 188 213 -
CMYK 0.66 0.12 0 0.16
HSL 190.71º 0.63% 0.56% -
HSV(B) 190.71º 0.66% 0.84% -
XYZ 32.74 42.19 69.37 -
YUV 156.47 159.9 68.47 -
System Red Green Blue C M Y K H S L
Decimal 73 188 213 0.66 0.12 0 0.16 190.71 0.63 0.56
Hex 49 BC D5 42 C 0 10 BF 3E 38
Octal 111 274 325 102 14 0 20 277 76 70
Binary 1001001 10111100 11010101 1000010 1100 0 10000 10111111 111110 111000

Color Harmonies of #49BCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BCD5

Black with #49BCD5

Text Example


Text Example

White with #49BCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,188,213); }

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

background-color css

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

 a { background-color: rgb(73,188,213); }

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

border-color css

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

 span { border-color: rgb(73,188,213); }

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