Html Css Color HEX #49BBC3 Viking

📋 copy color: '#49BBC3'

red 73 ◦ green 187 ◦ blue 195

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

Shades of Viking #49BBC3

Tints of Viking #49BBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.86%

R = 16.04%
G = 41.1%
B = 42.86%

CMYK

 C value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#49BBC3 (or 0x49BBC3) is known color: Viking. HEX triplet: 49, BB and C3. RGB value is (73,187,195). Sum of RGB (Red+Green+Blue) = 73+187+195=455 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.04% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 195 (76.56% from 255 or 42.86% from 455); Max value from RGB is 195 - color contains mainly: blue. Hex color #49BBC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BBC3 is #B6443C. Grayscale: #999999. Windows color (decimal): -11945021 or 12827465. OLE color: 12827465.

HSL color Cylindrical-coordinate representation of color #49BBC3: hue angle of 183.93º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49BBC3 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 187 195 -
CMYK 0.63 0.04 0 0.24
HSL 183.93º 0.5% 0.53% -
HSV(B) 183.93º 0.63% 0.76% -
XYZ 30.37 40.9 57.92 -
YUV 153.83 151.23 70.35 -
System Red Green Blue C M Y K H S L
Decimal 73 187 195 0.63 0.04 0 0.24 183.93 0.5 0.53
Hex 49 BB C3 3F 4 0 18 B8 32 35
Octal 111 273 303 77 4 0 30 270 62 65
Binary 1001001 10111011 11000011 111111 100 0 11000 10111000 110010 110101

Color Harmonies of #49BBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BBC3

Black with #49BBC3

Text Example


Text Example

White with #49BBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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