#47BFC5

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

Shades of Viking #47BFC5

Tints of Viking #47BFC5

Color information

#47BFC5 (or 0x47BFC5) is unknown color: approx Viking. HEX triplet: 47, BF and C5. RGB value is (71,191,197). Sum of RGB (Red+Green+Blue) = 71+191+197=459 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.47% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 197 - color contains mainly: blue. Hex color #47BFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BFC5 is #B8403A. Grayscale: #9B9B9B. Windows color (decimal): -12075067 or 12959559. OLE color: 12959559.

HSL color Cylindrical-coordinate representation of color #47BFC5: hue angle of 182.86º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47BFC5 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB71191197-
CMYK0.640.0300.23
HSL182.86º52.07%52.55%-
HSV(B)182.86º63.96%77.25%-
XYZ31.3142.6359.4-
YUV155.8151.2467.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.47%
GREEN value IS 191 (75% from 255) = 41.61%
BLUE value IS 197 (77.34% from 255) = 42.92%
R=15.47%
G=41.61%
B=42.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal711911970.640.0300.23182.8652.0752.55
Hex47BFC5403017b73435
Octal10727730510030272676465
Binary1000111101111111100010110000001101011110110111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47BFC5; }

 p { color: rgb(71,191,197); }

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

<style>
 a { background-color: #47BFC5; }

 a { background-color: rgb(71,191,197); }

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

<style>
 span { border-color: #47BFC5; }

 span { border-color: rgb(71,191,197); }

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