#47A6B9

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

Shades of Viking #47A6B9

Tints of Viking #47A6B9

Color information

#47A6B9 (or 0x47A6B9) is unknown color: approx Viking. HEX triplet: 47, A6 and B9. RGB value is (71,166,185). Sum of RGB (Red+Green+Blue) = 71+166+185=422 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.82% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 185 - color contains mainly: blue. Hex color #47A6B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A6B9 is #B85946. Grayscale: #8B8B8B. Windows color (decimal): -12081479 or 12166727. OLE color: 12166727.

HSL color Cylindrical-coordinate representation of color #47A6B9: hue angle of 190º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47A6B9 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB71166185-
CMYK0.620.1000.27
HSL190º44.88%50.2%-
HSV(B)190º61.62%72.55%-
XYZ24.9932.1150.78-
YUV139.76153.5378.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.82%
GREEN value IS 166 (65.23% from 255) = 39.34%
BLUE value IS 185 (72.66% from 255) = 43.84%
R=16.82%
G=39.34%
B=43.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal711661850.620.1000.2719044.8850.2
Hex47A6B93EA01Bbe2d32
Octal10724627176120332765562
Binary10001111010011010111001111110101001101110111110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,166,185); }

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

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

 a { background-color: rgb(71,166,185); }

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

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

 span { border-color: rgb(71,166,185); }

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