#47BFC4

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

Shades of Viking #47BFC4

Tints of Viking #47BFC4

Color information

#47BFC4 (or 0x47BFC4) is unknown color: approx Viking. HEX triplet: 47, BF and C4. RGB value is (71,191,196). Sum of RGB (Red+Green+Blue) = 71+191+196=458 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.50% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 196 (76.95% from 255 or 42.79% from 458); Max value from RGB is 196 - color contains mainly: blue. Hex color #47BFC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BFC4 is #B8403B. Grayscale: #9B9B9B. Windows color (decimal): -12075068 or 12894023. OLE color: 12894023.

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

Color convert

RGB71191196-
CMYK0.640.0300.23
HSL182.4º51.44%52.35%-
HSV(B)182.4º63.78%76.86%-
XYZ31.1942.5958.8-
YUV155.69150.7467.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.50%
GREEN value IS 191 (75% from 255) = 41.70%
BLUE value IS 196 (76.95% from 255) = 42.79%
R=15.50%
G=41.70%
B=42.79%

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
Decimal711911960.640.0300.23182.451.4452.35
Hex47BFC4403017b63334
Octal10727730410030272666364
Binary1000111101111111100010010000001101011110110110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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