Html Css Color HEX #49BBCD Viking

📋 copy color: '#49BBCD'

red 73 ◦ green 187 ◦ blue 205

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

Shades of Viking #49BBCD

Tints of Viking #49BBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.22%

 BLUE value IS 205 (80.47% from 255) = 44.09%

R = 15.7%
G = 40.22%
B = 44.09%

CMYK

 C value IS 0.64

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#49BBCD (or 0x49BBCD) is known color: Viking. HEX triplet: 49, BB and CD. RGB value is (73,187,205). Sum of RGB (Red+Green+Blue) = 73+187+205=465 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.70% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #49BBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BBCD is #B64432. Grayscale: #9A9A9A. Windows color (decimal): -11945011 or 13482825. OLE color: 13482825.

HSL color Cylindrical-coordinate representation of color #49BBCD: hue angle of 188.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49BBCD is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 187 205 -
CMYK 0.64 0.09 0 0.20
HSL 188.18º 0.57% 0.55% -
HSV(B) 188.18º 0.64% 0.8% -
XYZ 31.54 41.36 64.08 -
YUV 154.97 156.23 69.54 -
System Red Green Blue C M Y K H S L
Decimal 73 187 205 0.64 0.09 0 0.20 188.18 0.57 0.55
Hex 49 BB CD 40 9 0 14 BC 39 37
Octal 111 273 315 100 11 0 24 274 71 67
Binary 1001001 10111011 11001101 1000000 1001 0 10100 10111100 111001 110111

Color Harmonies of #49BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BBCD

Black with #49BBCD

Text Example


Text Example

White with #49BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,187,205); }

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

background-color css

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

 a { background-color: rgb(73,187,205); }

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

border-color css

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

 span { border-color: rgb(73,187,205); }

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