#49B8C4

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

Shades of Viking #49B8C4

Tints of Viking #49B8C4

Color information

#49B8C4 (or 0x49B8C4) is unknown color: approx Viking. HEX triplet: 49, B8 and C4. RGB value is (73,184,196). Sum of RGB (Red+Green+Blue) = 73+184+196=453 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.11% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 196 - color contains mainly: blue. Hex color #49B8C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B8C4 is #B6473B. Grayscale: #989898. Windows color (decimal): -11945788 or 12892233. OLE color: 12892233.

HSL color Cylindrical-coordinate representation of color #49B8C4: hue angle of 185.85º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49B8C4 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB73184196-
CMYK0.630.0600.23
HSL185.85º51.04%52.75%-
HSV(B)185.85º62.76%76.86%-
XYZ29.8539.6858.31-
YUV152.18152.7371.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.11%
GREEN value IS 184 (72.27% from 255) = 40.62%
BLUE value IS 196 (76.95% from 255) = 43.27%
R=16.11%
G=40.62%
B=43.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal731841960.630.0600.23185.8551.0452.75
Hex49B8C43F6017ba3335
Octal1112703047760272726365
Binary1001001101110001100010011111111001011110111010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,184,196); }

 H1.HeaderClassName
 {
   color: #49B8C4;
 }
 .AnyTagClassName
 {
   color: #49B8C4;
 }
</style>
background-color css

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

 a { background-color: rgb(73,184,196); }

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

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

 span { border-color: rgb(73,184,196); }

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