#49B2D2

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

Shades of Viking #49B2D2

Tints of Viking #49B2D2

Color information

#49B2D2 (or 0x49B2D2) is unknown color: approx Viking. HEX triplet: 49, B2 and D2. RGB value is (73,178,210). Sum of RGB (Red+Green+Blue) = 73+178+210=461 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.84% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 210 - color contains mainly: blue. Hex color #49B2D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49B2D2 is #B64D2D. Grayscale: #969696. Windows color (decimal): -11947310 or 13808201. OLE color: 13808201.

HSL color Cylindrical-coordinate representation of color #49B2D2: hue angle of 194.01º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49B2D2 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB73178210-
CMYK0.650.1500.18
HSL194.01º60.35%55.49%-
HSV(B)194.01º65.24%82.35%-
XYZ30.337.9166.69-
YUV150.25161.7172.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.84%
GREEN value IS 178 (69.92% from 255) = 38.61%
BLUE value IS 210 (82.42% from 255) = 45.55%
R=15.84%
G=38.61%
B=45.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal731782100.650.1500.18194.0160.3555.49
Hex49B2D241F012c23c37
Octal111262322101170223027467
Binary100100110110010110100101000001111101001011000010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B2D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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