#49BDCC

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

Shades of Viking #49BDCC

Tints of Viking #49BDCC

Color information

#49BDCC (or 0x49BDCC) is unknown color: approx Viking. HEX triplet: 49, BD and CC. RGB value is (73,189,204). Sum of RGB (Red+Green+Blue) = 73+189+204=466 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.67% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #49BDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BDCC is #B64233. Grayscale: #9B9B9B. Windows color (decimal): -11944500 or 13417801. OLE color: 13417801.

HSL color Cylindrical-coordinate representation of color #49BDCC: hue angle of 186.87º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49BDCC is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB73189204-
CMYK0.640.0700.2
HSL186.87º56.22%54.31%-
HSV(B)186.87º64.22%80%-
XYZ31.8442.1763.59-
YUV156.03155.0768.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.67%
GREEN value IS 189 (74.22% from 255) = 40.56%
BLUE value IS 204 (80.08% from 255) = 43.78%
R=15.67%
G=40.56%
B=43.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal731892040.640.0700.2186.8756.2254.31
Hex49BDCC407014bb3836
Octal11127531410070242737066
Binary10010011011110111001100100000011101010010111011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,189,204); }

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

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

 a { background-color: rgb(73,189,204); }

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

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

 span { border-color: rgb(73,189,204); }

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