#4EA8C3

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

Shades of Viking #4EA8C3

Tints of Viking #4EA8C3

Color information

#4EA8C3 (or 0x4EA8C3) is unknown color: approx Viking. HEX triplet: 4E, A8 and C3. RGB value is (78,168,195). Sum of RGB (Red+Green+Blue) = 78+168+195=441 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.69% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 195 (76.56% from 255 or 44.22% from 441); Max value from RGB is 195 - color contains mainly: blue. Hex color #4EA8C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA8C3 is #B1573C. Grayscale: #8F8F8F. Windows color (decimal): -11622205 or 12822606. OLE color: 12822606.

HSL color Cylindrical-coordinate representation of color #4EA8C3: hue angle of 193.85º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EA8C3 is Cyan = 0.6, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB78168195-
CMYK0.60.1400.24
HSL193.85º49.37%53.53%-
HSV(B)193.85º60%76.47%-
XYZ26.9933.5756.69-
YUV144.17156.6880.8-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.69%
GREEN value IS 168 (66.02% from 255) = 38.10%
BLUE value IS 195 (76.56% from 255) = 44.22%
R=17.69%
G=38.10%
B=44.22%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal781681950.60.1400.24193.8549.3753.53
Hex4EA8C33CE018c23136
Octal11625030374160303026166
Binary10011101010100011000011111100111001100011000010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA8C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,168,195); }

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

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

 a { background-color: rgb(78,168,195); }

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

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

 span { border-color: rgb(78,168,195); }

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