#4EA2BA

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

Shades of Viking #4EA2BA

Tints of Viking #4EA2BA

Color information

#4EA2BA (or 0x4EA2BA) is unknown color: approx Viking. HEX triplet: 4E, A2 and BA. RGB value is (78,162,186). Sum of RGB (Red+Green+Blue) = 78+162+186=426 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.31% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #4EA2BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA2BA is #B15D45. Grayscale: #8B8B8B. Windows color (decimal): -11623750 or 12231246. OLE color: 12231246.

HSL color Cylindrical-coordinate representation of color #4EA2BA: hue angle of 193.33º 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 #4EA2BA is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB78162186-
CMYK0.580.1300.27
HSL193.33º43.9%51.76%-
HSV(B)193.33º58.06%72.94%-
XYZ24.9331.0151.13-
YUV139.62154.1784.05-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.31%
GREEN value IS 162 (63.67% from 255) = 38.03%
BLUE value IS 186 (73.05% from 255) = 43.66%
R=18.31%
G=38.03%
B=43.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal781621860.580.1300.27193.3343.951.76
Hex4EA2BA3AD01Bc12c34
Octal11624227272150333015464
Binary10011101010001010111010111010110101101111000001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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