#47AEBC

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

Shades of Viking #47AEBC

Tints of Viking #47AEBC

Color information

#47AEBC (or 0x47AEBC) is unknown color: approx Viking. HEX triplet: 47, AE and BC. RGB value is (71,174,188). Sum of RGB (Red+Green+Blue) = 71+174+188=433 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.40% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #47AEBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AEBC is #B85143. Grayscale: #909090. Windows color (decimal): -12079428 or 12365383. OLE color: 12365383.

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

Color convert

RGB71174188-
CMYK0.620.0700.26
HSL187.18º46.61%50.78%-
HSV(B)187.18º62.23%73.73%-
XYZ26.8135.2452.97-
YUV144.8152.3875.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.40%
GREEN value IS 174 (68.36% from 255) = 40.18%
BLUE value IS 188 (73.83% from 255) = 43.42%
R=16.40%
G=40.18%
B=43.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal711741880.620.0700.26187.1846.6150.78
Hex47AEBC3E701Abb2f33
Octal1072562747670322735763
Binary1000111101011101011110011111011101101010111011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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