#47A0BD

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

Shades of Viking #47A0BD

Tints of Viking #47A0BD

Color information

#47A0BD (or 0x47A0BD) is unknown color: approx Viking. HEX triplet: 47, A0 and BD. RGB value is (71,160,189). Sum of RGB (Red+Green+Blue) = 71+160+189=420 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.90% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #47A0BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A0BD is #B85F42. Grayscale: #888888. Windows color (decimal): -12083011 or 12427335. OLE color: 12427335.

HSL color Cylindrical-coordinate representation of color #47A0BD: hue angle of 194.75º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47A0BD is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB71160189-
CMYK0.620.1500.26
HSL194.75º47.2%50.98%-
HSV(B)194.75º62.43%74.12%-
XYZ24.3530.1652.68-
YUV136.7157.5181.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.90%
GREEN value IS 160 (62.89% from 255) = 38.10%
BLUE value IS 189 (74.22% from 255) = 45%
R=16.90%
G=38.10%
B=45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal711601890.620.1500.26194.7547.250.98
Hex47A0BD3EF01Ac32f33
Octal10724027576170323035763
Binary10001111010000010111101111110111101101011000011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,160,189); }

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

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

 a { background-color: rgb(71,160,189); }

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

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

 span { border-color: rgb(71,160,189); }

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