#49BECF

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

Shades of Viking #49BECF

Tints of Viking #49BECF

Color information

#49BECF (or 0x49BECF) is unknown color: approx Viking. HEX triplet: 49, BE and CF. RGB value is (73,190,207). Sum of RGB (Red+Green+Blue) = 73+190+207=470 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.53% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #49BECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BECF is #B64130. Grayscale: #9C9C9C. Windows color (decimal): -11944241 or 13614665. OLE color: 13614665.

HSL color Cylindrical-coordinate representation of color #49BECF: hue angle of 187.61º 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 #49BECF is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB73190207-
CMYK0.650.0800.19
HSL187.61º58.26%54.9%-
HSV(B)187.61º64.73%81.18%-
XYZ32.4242.7565.57-
YUV156.95156.2468.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.53%
GREEN value IS 190 (74.61% from 255) = 40.43%
BLUE value IS 207 (81.25% from 255) = 44.04%
R=15.53%
G=40.43%
B=44.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal731902070.650.0800.19187.6158.2654.9
Hex49BECF418013bc3a37
Octal111276317101100232747267
Binary100100110111110110011111000001100001001110111100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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