Html Css Color HEX #49BABE Viking

📋 copy color: '#49BABE'

red 73 ◦ green 186 ◦ blue 190

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

Shades of Viking #49BABE

Tints of Viking #49BABE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.43%

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

R = 16.26%
G = 41.43%
B = 42.32%

CMYK

 C value IS 0.62

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#49BABE (or 0x49BABE) is known color: Viking. HEX triplet: 49, BA and BE. RGB value is (73,186,190). Sum of RGB (Red+Green+Blue) = 73+186+190=449 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.26% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #49BABE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BABE is #B64541. Grayscale: #989898. Windows color (decimal): -11945282 or 12499529. OLE color: 12499529.

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

Color convert

RGB 73 186 190 -
CMYK 0.62 0.02 0 0.25
HSL 182.05º 0.47% 0.52% -
HSV(B) 182.05º 0.62% 0.75% -
XYZ 29.6 40.25 54.92 -
YUV 152.67 149.06 71.17 -
System Red Green Blue C M Y K H S L
Decimal 73 186 190 0.62 0.02 0 0.25 182.05 0.47 0.52
Hex 49 BA BE 3E 2 0 19 B6 2F 34
Octal 111 272 276 76 2 0 31 266 57 64
Binary 1001001 10111010 10111110 111110 10 0 11001 10110110 101111 110100

Color Harmonies of #49BABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BABE

Black with #49BABE

Text Example


Text Example

White with #49BABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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