#49b2d5

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

Shades of Viking #49B2D5

Tints of Viking #49B2D5

Color information

#49B2D5 (or 0x49B2D5) is unknown color: approx Viking. HEX triplet: 49, B2 and D5. RGB value is (73,178,213). Sum of RGB (Red+Green+Blue) = 73+178+213=464 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.73% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 213 - color contains mainly: blue. Hex color #49B2D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49B2D5 is #B64D2A. Grayscale: #969696. Windows color (decimal): -11947307 or 14004809. OLE color: 14004809.

HSL color Cylindrical-coordinate representation of color #49B2D5: hue angle of 195º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49B2D5 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB73178213-
CMYK0.660.1600.16
HSL195º62.5%56.08%-
HSV(B)195º65.73%83.53%-
XYZ30.6838.0668.68-
YUV150.6163.2172.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.73%
GREEN value IS 178 (69.92% from 255) = 38.36%
BLUE value IS 213 (83.59% from 255) = 45.91%
R=15.73%
G=38.36%
B=45.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal731782130.660.1600.1619562.556.08
Hex49B2D54210010c33e38
Octal111262325102200203037670
Binary1001001101100101101010110000101000001000011000011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49b2d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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