#49B7CF

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

Shades of Viking #49B7CF

Tints of Viking #49B7CF

Color information

#49B7CF (or 0x49B7CF) is unknown color: approx Viking. HEX triplet: 49, B7 and CF. RGB value is (73,183,207). Sum of RGB (Red+Green+Blue) = 73+183+207=463 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.77% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #49B7CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B7CF is #B64830. Grayscale: #989898. Windows color (decimal): -11946033 or 13612873. OLE color: 13612873.

HSL color Cylindrical-coordinate representation of color #49B7CF: hue angle of 190.75º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49B7CF is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB73183207-
CMYK0.650.1200.19
HSL190.75º58.26%54.9%-
HSV(B)190.75º64.73%81.18%-
XYZ30.9439.7965.08-
YUV152.85158.5671.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.77%
GREEN value IS 183 (71.88% from 255) = 39.52%
BLUE value IS 207 (81.25% from 255) = 44.71%
R=15.77%
G=39.52%
B=44.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal731832070.650.1200.19190.7558.2654.9
Hex49B7CF41C013bf3a37
Octal111267317101140232777267
Binary100100110110111110011111000001110001001110111111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,183,207); }

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

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

 a { background-color: rgb(73,183,207); }

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

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

 span { border-color: rgb(73,183,207); }

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