#4EA1C1

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

Shades of Viking #4EA1C1

Tints of Viking #4EA1C1

Color information

#4EA1C1 (or 0x4EA1C1) is unknown color: approx Viking. HEX triplet: 4E, A1 and C1. RGB value is (78,161,193). Sum of RGB (Red+Green+Blue) = 78+161+193=432 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.06% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 193 (75.78% from 255 or 44.68% from 432); Max value from RGB is 193 - color contains mainly: blue. Hex color #4EA1C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA1C1 is #B15E3E. Grayscale: #8B8B8B. Windows color (decimal): -11623999 or 12689742. OLE color: 12689742.

HSL color Cylindrical-coordinate representation of color #4EA1C1: hue angle of 196.7º 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 #4EA1C1 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB78161193-
CMYK0.600.1700.24
HSL196.7º48.12%53.14%-
HSV(B)196.7º59.59%75.69%-
XYZ25.5130.9655.08-
YUV139.8315883.9-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.06%
GREEN value IS 161 (63.28% from 255) = 37.27%
BLUE value IS 193 (75.78% from 255) = 44.68%
R=18.06%
G=37.27%
B=44.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal781611930.600.1700.24196.748.1253.14
Hex4EA1C13C11018c53035
Octal11624130174210303056065
Binary100111010100001110000011111001000101100011000101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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