Html Css Color HEX #49BDD2 Viking

📋 copy color: '#49BDD2'

red 73 ◦ green 189 ◦ blue 210

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

Shades of Viking #49BDD2

Tints of Viking #49BDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.49%

R = 15.47%
G = 40.04%
B = 44.49%

CMYK

 C value IS 0.65

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#49BDD2 (or 0x49BDD2) is known color: Viking. HEX triplet: 49, BD and D2. RGB value is (73,189,210). Sum of RGB (Red+Green+Blue) = 73+189+210=472 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.47% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 210 (82.42% from 255 or 44.49% from 472); Max value from RGB is 210 - color contains mainly: blue. Hex color #49BDD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BDD2 is #B6422D. Grayscale: #9C9C9C. Windows color (decimal): -11944494 or 13811017. OLE color: 13811017.

HSL color Cylindrical-coordinate representation of color #49BDD2: hue angle of 189.2º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49BDD2 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 189 210 -
CMYK 0.65 0.10 0 0.18
HSL 189.2º 0.6% 0.55% -
HSV(B) 189.2º 0.65% 0.82% -
XYZ 32.58 42.46 67.45 -
YUV 156.71 158.07 68.29 -
System Red Green Blue C M Y K H S L
Decimal 73 189 210 0.65 0.10 0 0.18 189.2 0.6 0.55
Hex 49 BD D2 41 A 0 12 BD 3C 37
Octal 111 275 322 101 12 0 22 275 74 67
Binary 1001001 10111101 11010010 1000001 1010 0 10010 10111101 111100 110111

Color Harmonies of #49BDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BDD2

Black with #49BDD2

Text Example


Text Example

White with #49BDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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