#47BCC6

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

Shades of Viking #47BCC6

Tints of Viking #47BCC6

Color information

#47BCC6 (or 0x47BCC6) is unknown color: approx Viking. HEX triplet: 47, BC and C6. RGB value is (71,188,198). Sum of RGB (Red+Green+Blue) = 71+188+198=457 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.54% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 198 - color contains mainly: blue. Hex color #47BCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BCC6 is #B84339. Grayscale: #9A9A9A. Windows color (decimal): -12075834 or 13024327. OLE color: 13024327.

HSL color Cylindrical-coordinate representation of color #47BCC6: hue angle of 184.72º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47BCC6 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB71188198-
CMYK0.640.0500.22
HSL184.72º52.7%52.75%-
HSV(B)184.72º64.14%77.65%-
XYZ30.7741.3859.79-
YUV154.16152.7468.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.54%
GREEN value IS 188 (73.83% from 255) = 41.14%
BLUE value IS 198 (77.73% from 255) = 43.33%
R=15.54%
G=41.14%
B=43.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal711881980.640.0500.22184.7252.752.75
Hex47BCC6405016b93535
Octal10727430610050262716565
Binary10001111011110011000110100000010101011010111001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,188,198); }

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

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

 a { background-color: rgb(71,188,198); }

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

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

 span { border-color: rgb(71,188,198); }

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