#4EA7C1

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

Shades of Viking #4EA7C1

Tints of Viking #4EA7C1

Color information

#4EA7C1 (or 0x4EA7C1) is unknown color: approx Viking. HEX triplet: 4E, A7 and C1. RGB value is (78,167,193). Sum of RGB (Red+Green+Blue) = 78+167+193=438 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.81% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #4EA7C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA7C1 is #B1583E. Grayscale: #8F8F8F. Windows color (decimal): -11622463 or 12691278. OLE color: 12691278.

HSL color Cylindrical-coordinate representation of color #4EA7C1: hue angle of 193.57º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EA7C1 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB78167193-
CMYK0.600.1300.24
HSL193.57º48.12%53.14%-
HSV(B)193.57º59.59%75.69%-
XYZ26.5933.1155.44-
YUV143.35156.0181.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.81%
GREEN value IS 167 (65.62% from 255) = 38.13%
BLUE value IS 193 (75.78% from 255) = 44.06%
R=17.81%
G=38.13%
B=44.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal781671930.600.1300.24193.5748.1253.14
Hex4EA7C13CD018c23035
Octal11624730174150303026065
Binary10011101010011111000001111100110101100011000010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,167,193); }

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

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

 a { background-color: rgb(78,167,193); }

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

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

 span { border-color: rgb(78,167,193); }

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