Html Css Color HEX #49BDDA Viking

📋 copy color: '#49BDDA'

red 73 ◦ green 189 ◦ blue 218

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

Shades of Viking #49BDDA

Tints of Viking #49BDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.42%

R = 15.21%
G = 39.38%
B = 45.42%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#49BDDA (or 0x49BDDA) is known color: Viking. HEX triplet: 49, BD and DA. RGB value is (73,189,218). Sum of RGB (Red+Green+Blue) = 73+189+218=480 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.21% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #49BDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BDDA is #B64225. Grayscale: #9D9D9D. Windows color (decimal): -11944486 or 14335305. OLE color: 14335305.

HSL color Cylindrical-coordinate representation of color #49BDDA: hue angle of 192º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49BDDA is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 189 218 -
CMYK 0.67 0.13 0 0.15
HSL 192º 0.66% 0.57% -
HSV(B) 192º 0.67% 0.85% -
XYZ 33.6 42.87 72.83 -
YUV 157.62 162.07 67.64 -
System Red Green Blue C M Y K H S L
Decimal 73 189 218 0.67 0.13 0 0.15 192 0.66 0.57
Hex 49 BD DA 43 D 0 F C0 42 39
Octal 111 275 332 103 15 0 17 300 102 71
Binary 1001001 10111101 11011010 1000011 1101 0 1111 11000000 1000010 111001

Color Harmonies of #49BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BDDA

Black with #49BDDA

Text Example


Text Example

White with #49BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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