Html Css Color HEX #49B2BE Viking

📋 copy color: '#49B2BE'

red 73 ◦ green 178 ◦ blue 190

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

Shades of Viking #49B2BE

Tints of Viking #49B2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.36%

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

R = 16.55%
G = 40.36%
B = 43.08%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#49B2BE (or 0x49B2BE) is known color: Viking. HEX triplet: 49, B2 and BE. RGB value is (73,178,190). Sum of RGB (Red+Green+Blue) = 73+178+190=441 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.55% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #49B2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49B2BE is #B64D41. Grayscale: #939393. Windows color (decimal): -11947330 or 12497481. OLE color: 12497481.

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

Color convert

RGB 73 178 190 -
CMYK 0.62 0.06 0 0.25
HSL 186.15º 0.47% 0.52% -
HSV(B) 186.15º 0.62% 0.75% -
XYZ 27.96 36.97 54.38 -
YUV 147.97 151.71 74.52 -
System Red Green Blue C M Y K H S L
Decimal 73 178 190 0.62 0.06 0 0.25 186.15 0.47 0.52
Hex 49 B2 BE 3E 6 0 19 BA 2F 34
Octal 111 262 276 76 6 0 31 272 57 64
Binary 1001001 10110010 10111110 111110 110 0 11001 10111010 101111 110100

Color Harmonies of #49B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B2BE

Black with #49B2BE

Text Example


Text Example

White with #49B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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