#4EADCA

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

Shades of Viking #4EADCA

Tints of Viking #4EADCA

Color information

#4EADCA (or 0x4EADCA) is unknown color: approx Viking. HEX triplet: 4E, AD and CA. RGB value is (78,173,202). Sum of RGB (Red+Green+Blue) = 78+173+202=453 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.22% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #4EADCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EADCA is #B15235. Grayscale: #939393. Windows color (decimal): -11620918 or 13282638. OLE color: 13282638.

HSL color Cylindrical-coordinate representation of color #4EADCA: hue angle of 194.03º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EADCA is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB78173202-
CMYK0.610.1400.21
HSL194.03º53.91%54.9%-
HSV(B)194.03º61.39%79.22%-
XYZ28.7535.7761.27-
YUV147.9158.5378.14-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.22%
GREEN value IS 173 (67.97% from 255) = 38.19%
BLUE value IS 202 (79.30% from 255) = 44.59%
R=17.22%
G=38.19%
B=44.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal781732020.610.1400.21194.0353.9154.9
Hex4EADCA3DE015c23637
Octal11625531275160253026667
Binary10011101010110111001010111101111001010111000010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,173,202); }

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

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

 a { background-color: rgb(78,173,202); }

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

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

 span { border-color: rgb(78,173,202); }

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