Html Css Color HEX #49BAD5 Viking

📋 copy color: '#49BAD5'

red 73 ◦ green 186 ◦ blue 213

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

Shades of Viking #49BAD5

Tints of Viking #49BAD5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.41%

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

R = 15.47%
G = 39.41%
B = 45.13%

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#49BAD5 (or 0x49BAD5) is known color: Viking. HEX triplet: 49, BA and D5. RGB value is (73,186,213). Sum of RGB (Red+Green+Blue) = 73+186+213=472 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.47% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #49BAD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BAD5 is #B6452A. Grayscale: #9B9B9B. Windows color (decimal): -11945259 or 14006857. OLE color: 14006857.

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

Color convert

RGB 73 186 213 -
CMYK 0.66 0.13 0 0.16
HSL 191.57º 0.63% 0.56% -
HSV(B) 191.57º 0.66% 0.84% -
XYZ 32.32 41.34 69.23 -
YUV 155.29 160.56 69.3 -
System Red Green Blue C M Y K H S L
Decimal 73 186 213 0.66 0.13 0 0.16 191.57 0.63 0.56
Hex 49 BA D5 42 D 0 10 C0 3E 38
Octal 111 272 325 102 15 0 20 300 76 70
Binary 1001001 10111010 11010101 1000010 1101 0 10000 11000000 111110 111000

Color Harmonies of #49BAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BAD5

Black with #49BAD5

Text Example


Text Example

White with #49BAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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