#47AEBA

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

Shades of Viking #47AEBA

Tints of Viking #47AEBA

Color information

#47AEBA (or 0x47AEBA) is unknown color: approx Viking. HEX triplet: 47, AE and BA. RGB value is (71,174,186). Sum of RGB (Red+Green+Blue) = 71+174+186=431 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.47% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #47AEBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AEBA is #B85145. Grayscale: #909090. Windows color (decimal): -12079430 or 12234311. OLE color: 12234311.

HSL color Cylindrical-coordinate representation of color #47AEBA: hue angle of 186.26º 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 #47AEBA is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB71174186-
CMYK0.620.0600.27
HSL186.26º45.45%50.39%-
HSV(B)186.26º61.83%72.94%-
XYZ26.635.1651.84-
YUV144.57151.3875.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.47%
GREEN value IS 174 (68.36% from 255) = 40.37%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=16.47%
G=40.37%
B=43.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal711741860.620.0600.27186.2645.4550.39
Hex47AEBA3E601Bba2d32
Octal1072562727660332725562
Binary1000111101011101011101011111011001101110111010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,174,186); }

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

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

 a { background-color: rgb(71,174,186); }

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

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

 span { border-color: rgb(71,174,186); }

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