Html Css Color HEX #49B5BC Viking

📋 copy color: '#49B5BC'

red 73 ◦ green 181 ◦ blue 188

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

Shades of Viking #49B5BC

Tints of Viking #49B5BC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.95%

 BLUE value IS 188 (73.83% from 255) = 42.53%

R = 16.52%
G = 40.95%
B = 42.53%

CMYK

 C value IS 0.61

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#49B5BC (or 0x49B5BC) is known color: Viking. HEX triplet: 49, B5 and BC. RGB value is (73,181,188). Sum of RGB (Red+Green+Blue) = 73+181+188=442 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.52% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #49B5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B5BC is #B64A43. Grayscale: #959595. Windows color (decimal): -11946564 or 12367177. OLE color: 12367177.

HSL color Cylindrical-coordinate representation of color #49B5BC: hue angle of 183.65º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49B5BC is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 181 188 -
CMYK 0.61 0.04 0 0.26
HSL 183.65º 0.46% 0.51% -
HSV(B) 183.65º 0.61% 0.74% -
XYZ 28.35 38.1 53.44 -
YUV 149.51 149.72 73.43 -
System Red Green Blue C M Y K H S L
Decimal 73 181 188 0.61 0.04 0 0.26 183.65 0.46 0.51
Hex 49 B5 BC 3D 4 0 1A B8 2E 33
Octal 111 265 274 75 4 0 32 270 56 63
Binary 1001001 10110101 10111100 111101 100 0 11010 10111000 101110 110011

Color Harmonies of #49B5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B5BC

Black with #49B5BC

Text Example


Text Example

White with #49B5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,181,188); }

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

background-color css

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

 a { background-color: rgb(73,181,188); }

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

border-color css

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

 span { border-color: rgb(73,181,188); }

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