#4EA9CA

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

Shades of Viking #4EA9CA

Tints of Viking #4EA9CA

Color information

#4EA9CA (or 0x4EA9CA) is unknown color: approx Viking. HEX triplet: 4E, A9 and CA. RGB value is (78,169,202). Sum of RGB (Red+Green+Blue) = 78+169+202=449 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.37% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #4EA9CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA9CA is #B15635. Grayscale: #919191. Windows color (decimal): -11621942 or 13281614. OLE color: 13281614.

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

Color convert

RGB78169202-
CMYK0.610.1600.21
HSL195.97º53.91%54.9%-
HSV(B)195.97º61.39%79.22%-
XYZ27.9934.2661.01-
YUV145.55159.8579.82-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.37%
GREEN value IS 169 (66.41% from 255) = 37.64%
BLUE value IS 202 (79.30% from 255) = 44.99%
R=17.37%
G=37.64%
B=44.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal781692020.610.1600.21195.9753.9154.9
Hex4EA9CA3D10015c43637
Octal11625131275200253046667
Binary100111010101001110010101111011000001010111000100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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