#4AAED8

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

Shades of Viking #4AAED8

Tints of Viking #4AAED8

Color information

#4AAED8 (or 0x4AAED8) is unknown color: approx Viking. HEX triplet: 4A, AE and D8. RGB value is (74,174,216). Sum of RGB (Red+Green+Blue) = 74+174+216=464 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.95% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 216 (84.77% from 255 or 46.55% from 464); Max value from RGB is 216 - color contains mainly: blue. Hex color #4AAED8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAED8 is #B55127. Grayscale: #949494. Windows color (decimal): -11882792 or 14200394. OLE color: 14200394.

HSL color Cylindrical-coordinate representation of color #4AAED8: hue angle of 197.75º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AAED8 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB74174216-
CMYK0.660.1900.15
HSL197.75º64.55%56.86%-
HSV(B)197.75º65.74%84.71%-
XYZ30.3536.6970.45-
YUV148.89165.8774.58-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.95%
GREEN value IS 174 (68.36% from 255) = 37.5%
BLUE value IS 216 (84.77% from 255) = 46.55%
R=15.95%
G=37.5%
B=46.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal741742160.660.1900.15197.7564.5556.86
Hex4AAED842130Fc64139
Octal1122563301022301730610171
Binary1001010101011101101100010000101001101111110001101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AAED8; }

 p { color: rgb(74,174,216); }

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

<style>
 a { background-color: #4AAED8; }

 a { background-color: rgb(74,174,216); }

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

<style>
 span { border-color: #4AAED8; }

 span { border-color: rgb(74,174,216); }

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