Html Css Color HEX #49B0BC Viking

📋 copy color: '#49B0BC'

red 73 ◦ green 176 ◦ blue 188

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

Shades of Viking #49B0BC

Tints of Viking #49B0BC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.27%

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

R = 16.7%
G = 40.27%
B = 43.02%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#49B0BC (or 0x49B0BC) is known color: Viking. HEX triplet: 49, B0 and BC. RGB value is (73,176,188). Sum of RGB (Red+Green+Blue) = 73+176+188=437 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.70% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #49B0BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49B0BC is #B64F43. Grayscale: #929292. Windows color (decimal): -11947844 or 12365897. OLE color: 12365897.

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

Color convert

RGB 73 176 188 -
CMYK 0.61 0.06 0 0.26
HSL 186.26º 0.46% 0.51% -
HSV(B) 186.26º 0.61% 0.74% -
XYZ 27.35 36.1 53.1 -
YUV 146.57 151.38 75.52 -
System Red Green Blue C M Y K H S L
Decimal 73 176 188 0.61 0.06 0 0.26 186.26 0.46 0.51
Hex 49 B0 BC 3D 6 0 1A BA 2E 33
Octal 111 260 274 75 6 0 32 272 56 63
Binary 1001001 10110000 10111100 111101 110 0 11010 10111010 101110 110011

Color Harmonies of #49B0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B0BC

Black with #49B0BC

Text Example


Text Example

White with #49B0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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