#4EA4BA

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

Shades of Viking #4EA4BA

Tints of Viking #4EA4BA

Color information

#4EA4BA (or 0x4EA4BA) is unknown color: approx Viking. HEX triplet: 4E, A4 and BA. RGB value is (78,164,186). Sum of RGB (Red+Green+Blue) = 78+164+186=428 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.22% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #4EA4BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA4BA is #B15B45. Grayscale: #8C8C8C. Windows color (decimal): -11623238 or 12231758. OLE color: 12231758.

HSL color Cylindrical-coordinate representation of color #4EA4BA: hue angle of 192.22º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EA4BA is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB78164186-
CMYK0.580.1200.27
HSL192.22º43.9%51.76%-
HSV(B)192.22º58.06%72.94%-
XYZ25.2831.7251.24-
YUV140.79153.5183.21-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.22%
GREEN value IS 164 (64.45% from 255) = 38.32%
BLUE value IS 186 (73.05% from 255) = 43.46%
R=18.22%
G=38.32%
B=43.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal781641860.580.1200.27192.2243.951.76
Hex4EA4BA3AC01Bc02c34
Octal11624427272140333005464
Binary10011101010010010111010111010110001101111000000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,164,186); }

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

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

 a { background-color: rgb(78,164,186); }

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

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

 span { border-color: rgb(78,164,186); }

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