#4EACCA

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

Shades of Viking #4EACCA

Tints of Viking #4EACCA

Color information

#4EACCA (or 0x4EACCA) is unknown color: approx Viking. HEX triplet: 4E, AC and CA. RGB value is (78,172,202). Sum of RGB (Red+Green+Blue) = 78+172+202=452 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.26% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #4EACCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EACCA is #B15335. Grayscale: #939393. Windows color (decimal): -11621174 or 13282382. OLE color: 13282382.

HSL color Cylindrical-coordinate representation of color #4EACCA: hue angle of 194.52º 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 #4EACCA is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB78172202-
CMYK0.610.1500.21
HSL194.52º53.91%54.9%-
HSV(B)194.52º61.39%79.22%-
XYZ28.5635.3961.2-
YUV147.31158.8678.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.26%
GREEN value IS 172 (67.58% from 255) = 38.05%
BLUE value IS 202 (79.30% from 255) = 44.69%
R=17.26%
G=38.05%
B=44.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal781722020.610.1500.21194.5253.9154.9
Hex4EACCA3DF015c33637
Octal11625431275170253036667
Binary10011101010110011001010111101111101010111000011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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