#4EA7C6

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

Shades of Viking #4EA7C6

Tints of Viking #4EA7C6

Color information

#4EA7C6 (or 0x4EA7C6) is unknown color: approx Viking. HEX triplet: 4E, A7 and C6. RGB value is (78,167,198). Sum of RGB (Red+Green+Blue) = 78+167+198=443 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.61% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 198 - color contains mainly: blue. Hex color #4EA7C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA7C6 is #B15839. Grayscale: #8F8F8F. Windows color (decimal): -11622458 or 13018958. OLE color: 13018958.

HSL color Cylindrical-coordinate representation of color #4EA7C6: hue angle of 195.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EA7C6 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB78167198-
CMYK0.610.1600.22
HSL195.5º51.28%54.12%-
HSV(B)195.5º60.61%77.65%-
XYZ27.1533.3358.43-
YUV143.92158.5180.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.61%
GREEN value IS 167 (65.62% from 255) = 37.70%
BLUE value IS 198 (77.73% from 255) = 44.70%
R=17.61%
G=37.70%
B=44.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal781671980.610.1600.22195.551.2854.12
Hex4EA7C63D10016c43336
Octal11624730675200263046366
Binary100111010100111110001101111011000001011011000100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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