Html Css Color HEX #49BCBE Viking

📋 copy color: '#49BCBE'

red 73 ◦ green 188 ◦ blue 190

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

Shades of Viking #49BCBE

Tints of Viking #49BCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 16.19%
G = 41.69%
B = 42.13%

CMYK

 C value IS 0.62

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#49BCBE (or 0x49BCBE) is known color: Viking. HEX triplet: 49, BC and BE. RGB value is (73,188,190). Sum of RGB (Red+Green+Blue) = 73+188+190=451 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.19% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #49BCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BCBE is #B64341. Grayscale: #999999. Windows color (decimal): -11944770 or 12500041. OLE color: 12500041.

HSL color Cylindrical-coordinate representation of color #49BCBE: hue angle of 181.03º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BCBE is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 188 190 -
CMYK 0.62 0.01 0 0.25
HSL 181.03º 0.47% 0.52% -
HSV(B) 181.03º 0.62% 0.75% -
XYZ 30.03 41.1 55.07 -
YUV 153.84 148.4 70.34 -
System Red Green Blue C M Y K H S L
Decimal 73 188 190 0.62 0.01 0 0.25 181.03 0.47 0.52
Hex 49 BC BE 3E 1 0 19 B5 2F 34
Octal 111 274 276 76 1 0 31 265 57 64
Binary 1001001 10111100 10111110 111110 1 0 11001 10110101 101111 110100

Color Harmonies of #49BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BCBE

Black with #49BCBE

Text Example


Text Example

White with #49BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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