#4EAEC5

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

Shades of Viking #4EAEC5

Tints of Viking #4EAEC5

Color information

#4EAEC5 (or 0x4EAEC5) is unknown color: approx Viking. HEX triplet: 4E, AE and C5. RGB value is (78,174,197). Sum of RGB (Red+Green+Blue) = 78+174+197=449 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.37% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 197 - color contains mainly: blue. Hex color #4EAEC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAEC5 is #B1513A. Grayscale: #939393. Windows color (decimal): -11620667 or 12955214. OLE color: 12955214.

HSL color Cylindrical-coordinate representation of color #4EAEC5: hue angle of 191.6º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EAEC5 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB78174197-
CMYK0.600.1200.23
HSL191.6º50.64%53.92%-
HSV(B)191.6º60.41%77.25%-
XYZ28.3635.9258.26-
YUV147.92155.778.13-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.37%
GREEN value IS 174 (68.36% from 255) = 38.75%
BLUE value IS 197 (77.34% from 255) = 43.88%
R=17.37%
G=38.75%
B=43.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal781741970.600.1200.23191.650.6453.92
Hex4EAEC53CC017c03336
Octal11625630574140273006366
Binary10011101010111011000101111100110001011111000000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,174,197); }

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

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

 a { background-color: rgb(78,174,197); }

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

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

 span { border-color: rgb(78,174,197); }

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