#47ABBE

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

Shades of Viking #47ABBE

Tints of Viking #47ABBE

Color information

#47ABBE (or 0x47ABBE) is unknown color: approx Viking. HEX triplet: 47, AB and BE. RGB value is (71,171,190). Sum of RGB (Red+Green+Blue) = 71+171+190=432 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.44% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #47ABBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ABBE is #B85441. Grayscale: #8F8F8F. Windows color (decimal): -12080194 or 12495687. OLE color: 12495687.

HSL color Cylindrical-coordinate representation of color #47ABBE: hue angle of 189.58º 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 #47ABBE is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB71171190-
CMYK0.630.1000.25
HSL189.58º47.79%51.18%-
HSV(B)189.58º62.63%74.51%-
XYZ26.4634.1853.92-
YUV143.27154.3776.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.44%
GREEN value IS 171 (67.19% from 255) = 39.58%
BLUE value IS 190 (74.61% from 255) = 43.98%
R=16.44%
G=39.58%
B=43.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711711900.630.1000.25189.5847.7951.18
Hex47ABBE3FA019be3033
Octal10725327677120312766063
Binary10001111010101110111110111111101001100110111110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,171,190); }

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

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

 a { background-color: rgb(71,171,190); }

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

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

 span { border-color: rgb(71,171,190); }

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