#4EAECC

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

Shades of Viking #4EAECC

Tints of Viking #4EAECC

Color information

#4EAECC (or 0x4EAECC) is unknown color: approx Viking. HEX triplet: 4E, AE and CC. RGB value is (78,174,204). Sum of RGB (Red+Green+Blue) = 78+174+204=456 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.11% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #4EAECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAECC is #B15133. Grayscale: #949494. Windows color (decimal): -11620660 or 13413966. OLE color: 13413966.

HSL color Cylindrical-coordinate representation of color #4EAECC: hue angle of 194.29º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EAECC is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB78174204-
CMYK0.620.1500.2
HSL194.29º55.26%55.29%-
HSV(B)194.29º61.76%80%-
XYZ29.1836.2562.59-
YUV148.72159.277.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.11%
GREEN value IS 174 (68.36% from 255) = 38.16%
BLUE value IS 204 (80.08% from 255) = 44.74%
R=17.11%
G=38.16%
B=44.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal781742040.620.1500.2194.2955.2655.29
Hex4EAECC3EF014c23737
Octal11625631476170243026767
Binary10011101010111011001100111110111101010011000010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,174,204); }

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

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

 a { background-color: rgb(78,174,204); }

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

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

 span { border-color: rgb(78,174,204); }

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