#49ACBE

Color #49ACBE Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #49ACBE

Tints of Viking #49ACBE

Color information

#49ACBE (or 0x49ACBE) is unknown color: approx 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

RGB73172190-
CMYK0.620.0900.25
HSL189.23º47.37%51.57%-
HSV(B)189.23º61.58%74.51%-
XYZ26.7934.6453.99-
YUV144.45153.777.04-

RGB Variations

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

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 (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731721900.620.0900.25189.2347.3751.57
Hex49ACBE3E9019bd2f34
Octal11125427676110312755764
Binary10010011010110010111110111110100101100110111101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>