Html Css Color HEX #49BCB8 Viking

📋 copy color: '#49BCB8'

red 73 ◦ green 188 ◦ blue 184

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

Shades of Viking #49BCB8

Tints of Viking #49BCB8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.25%

 BLUE value IS 184 (72.27% from 255) = 41.35%

R = 16.4%
G = 42.25%
B = 41.35%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#49BCB8 (or 0x49BCB8) is known color: Viking. HEX triplet: 49, BC and B8. RGB value is (73,188,184). Sum of RGB (Red+Green+Blue) = 73+188+184=445 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.40% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 188 - color contains mainly: green. Hex color #49BCB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BCB8 is #B64347. Grayscale: #999999. Windows color (decimal): -11944776 or 12106825. OLE color: 12106825.

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

Color convert

RGB 73 188 184 -
CMYK 0.61 0 0.02 0.26
HSL 177.91º 0.46% 0.51% -
HSV(B) 177.91º 0.61% 0.74% -
XYZ 29.38 40.84 51.68 -
YUV 153.16 145.4 70.83 -
System Red Green Blue C M Y K H S L
Decimal 73 188 184 0.61 0 0.02 0.26 177.91 0.46 0.51
Hex 49 BC B8 3D 0 2 1A B2 2E 33
Octal 111 274 270 75 0 2 32 262 56 63
Binary 1001001 10111100 10111000 111101 0 10 11010 10110010 101110 110011

Color Harmonies of #49BCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BCB8

Black with #49BCB8

Text Example


Text Example

White with #49BCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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