Html Css Color HEX #49BBC8 Viking

📋 copy color: '#49BBC8'

red 73 ◦ green 187 ◦ blue 200

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

Shades of Viking #49BBC8

Tints of Viking #49BBC8

RGB

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

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

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

R = 15.87%
G = 40.65%
B = 43.48%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#49BBC8 (or 0x49BBC8) is known color: Viking. HEX triplet: 49, BB and C8. RGB value is (73,187,200). Sum of RGB (Red+Green+Blue) = 73+187+200=460 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.87% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 200 - color contains mainly: blue. Hex color #49BBC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BBC8 is #B64437. Grayscale: #9A9A9A. Windows color (decimal): -11945016 or 13155145. OLE color: 13155145.

HSL color Cylindrical-coordinate representation of color #49BBC8: hue angle of 186.14º 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 #49BBC8 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 187 200 -
CMYK 0.64 0.06 0 0.22
HSL 186.14º 0.54% 0.54% -
HSV(B) 186.14º 0.64% 0.78% -
XYZ 30.94 41.13 60.95 -
YUV 154.4 153.73 69.94 -
System Red Green Blue C M Y K H S L
Decimal 73 187 200 0.64 0.06 0 0.22 186.14 0.54 0.54
Hex 49 BB C8 40 6 0 16 BA 36 36
Octal 111 273 310 100 6 0 26 272 66 66
Binary 1001001 10111011 11001000 1000000 110 0 10110 10111010 110110 110110

Color Harmonies of #49BBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BBC8

Black with #49BBC8

Text Example


Text Example

White with #49BBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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