#47ABB4

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

Shades of Viking #47ABB4

Tints of Viking #47ABB4

Color information

#47ABB4 (or 0x47ABB4) is unknown color: approx Viking. HEX triplet: 47, AB and B4. RGB value is (71,171,180). Sum of RGB (Red+Green+Blue) = 71+171+180=422 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.82% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 180 - color contains mainly: blue. Hex color #47ABB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ABB4 is #B8544B. Grayscale: #8D8D8D. Windows color (decimal): -12080204 or 11840327. OLE color: 11840327.

HSL color Cylindrical-coordinate representation of color #47ABB4: hue angle of 184.95º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47ABB4 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB71171180-
CMYK0.610.0500.29
HSL184.95º43.43%49.22%-
HSV(B)184.95º60.56%70.59%-
XYZ25.433.7648.36-
YUV142.13149.3777.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.82%
GREEN value IS 171 (67.19% from 255) = 40.52%
BLUE value IS 180 (70.70% from 255) = 42.65%
R=16.82%
G=40.52%
B=42.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal711711800.610.0500.29184.9543.4349.22
Hex47ABB43D501Db92b31
Octal1072532647550352715361
Binary1000111101010111011010011110110101110110111001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47ABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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