Html Css Color HEX #49ACBE Viking

📋 copy color: '#49ACBE'

red 73 ◦ green 172 ◦ blue 190

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

Shades of Viking #49ACBE

Tints of Viking #49ACBE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.54%

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

R = 16.78%
G = 39.54%
B = 43.68%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#49ACBE (or 0x49ACBE) is known color: Viking. HEX triplet: 49, AC and BE. RGB value is (73,172,190). Sum of RGB (Red+Green+Blue) = 73+172+190=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #49ACBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ACBE is #B65341. Grayscale: #909090. Windows color (decimal): -11948866 or 12495945. OLE color: 12495945.

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

Color convert

RGB 73 172 190 -
CMYK 0.62 0.09 0 0.25
HSL 189.23º 0.47% 0.52% -
HSV(B) 189.23º 0.62% 0.75% -
XYZ 26.79 34.64 53.99 -
YUV 144.45 153.7 77.04 -
System Red Green Blue C M Y K H S L
Decimal 73 172 190 0.62 0.09 0 0.25 189.23 0.47 0.52
Hex 49 AC BE 3E 9 0 19 BD 2F 34
Octal 111 254 276 76 11 0 31 275 57 64
Binary 1001001 10101100 10111110 111110 1001 0 11001 10111101 101111 110100

Color Harmonies of #49ACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ACBE

Black with #49ACBE

Text Example


Text Example

White with #49ACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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