#47AEB0

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

Shades of Viking #47AEB0

Tints of Viking #47AEB0

Color information

#47AEB0 (or 0x47AEB0) is unknown color: approx Viking. HEX triplet: 47, AE and B0. RGB value is (71,174,176). Sum of RGB (Red+Green+Blue) = 71+174+176=421 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.86% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 176 (69.14% from 255 or 41.81% from 421); Max value from RGB is 176 - color contains mainly: blue. Hex color #47AEB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AEB0 is #B8514F. Grayscale: #8F8F8F. Windows color (decimal): -12079440 or 11578951. OLE color: 11578951.

HSL color Cylindrical-coordinate representation of color #47AEB0: hue angle of 181.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47AEB0 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB71174176-
CMYK0.600.0100.31
HSL181.14º42.51%48.43%-
HSV(B)181.14º59.66%69.02%-
XYZ25.5734.7546.43-
YUV143.43146.3876.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.86%
GREEN value IS 174 (68.36% from 255) = 41.33%
BLUE value IS 176 (69.14% from 255) = 41.81%
R=16.86%
G=41.33%
B=41.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711741760.600.0100.31181.1442.5148.43
Hex47AEB03C101Fb52b30
Octal1072562607410372655360
Binary10001111010111010110000111100101111110110101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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