Html Css Color HEX #49BEC8 Viking

📋 copy color: '#49BEC8'

red 73 ◦ green 190 ◦ blue 200

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

Shades of Viking #49BEC8

Tints of Viking #49BEC8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.04%

 BLUE value IS 200 (78.52% from 255) = 43.2%

R = 15.77%
G = 41.04%
B = 43.2%

CMYK

 C value IS 0.64

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#49BEC8 (or 0x49BEC8) is known color: Viking. HEX triplet: 49, BE and C8. RGB value is (73,190,200). Sum of RGB (Red+Green+Blue) = 73+190+200=463 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.77% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 200 - color contains mainly: blue. Hex color #49BEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BEC8 is #B64137. Grayscale: #9C9C9C. Windows color (decimal): -11944248 or 13155913. OLE color: 13155913.

HSL color Cylindrical-coordinate representation of color #49BEC8: hue angle of 184.72º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49BEC8 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 190 200 -
CMYK 0.64 0.05 0 0.22
HSL 184.72º 0.54% 0.54% -
HSV(B) 184.72º 0.64% 0.78% -
XYZ 31.59 42.41 61.17 -
YUV 156.16 152.74 68.69 -
System Red Green Blue C M Y K H S L
Decimal 73 190 200 0.64 0.05 0 0.22 184.72 0.54 0.54
Hex 49 BE C8 40 5 0 16 B9 36 36
Octal 111 276 310 100 5 0 26 271 66 66
Binary 1001001 10111110 11001000 1000000 101 0 10110 10111001 110110 110110

Color Harmonies of #49BEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BEC8

Black with #49BEC8

Text Example


Text Example

White with #49BEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,190,200); }

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

background-color css

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

 a { background-color: rgb(73,190,200); }

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

border-color css

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

 span { border-color: rgb(73,190,200); }

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