#47A8BF

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

Shades of Viking #47A8BF

Tints of Viking #47A8BF

Color information

#47A8BF (or 0x47A8BF) is unknown color: approx Viking. HEX triplet: 47, A8 and BF. RGB value is (71,168,191). Sum of RGB (Red+Green+Blue) = 71+168+191=430 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.51% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #47A8BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A8BF is #B85740. Grayscale: #8D8D8D. Windows color (decimal): -12080961 or 12560455. OLE color: 12560455.

HSL color Cylindrical-coordinate representation of color #47A8BF: hue angle of 191.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47A8BF is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB71168191-
CMYK0.630.1200.25
HSL191.5º48.39%51.37%-
HSV(B)191.5º62.83%74.9%-
XYZ26.0133.1154.31-
YUV141.62155.8677.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.51%
GREEN value IS 168 (66.02% from 255) = 39.07%
BLUE value IS 191 (75% from 255) = 44.42%
R=16.51%
G=39.07%
B=44.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711681910.630.1200.25191.548.3951.37
Hex47A8BF3FC019c03033
Octal10725027777140313006063
Binary10001111010100010111111111111110001100111000000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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