#4EAFC8

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

Shades of Viking #4EAFC8

Tints of Viking #4EAFC8

Color information

#4EAFC8 (or 0x4EAFC8) is unknown color: approx Viking. HEX triplet: 4E, AF and C8. RGB value is (78,175,200). Sum of RGB (Red+Green+Blue) = 78+175+200=453 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.22% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 200 (78.52% from 255 or 44.15% from 453); Max value from RGB is 200 - color contains mainly: blue. Hex color #4EAFC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAFC8 is #B15037. Grayscale: #949494. Windows color (decimal): -11620408 or 13152078. OLE color: 13152078.

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

Color convert

RGB78175200-
CMYK0.610.1200.22
HSL192.3º52.59%54.51%-
HSV(B)192.3º61%78.43%-
XYZ28.936.4560.16-
YUV148.85156.8677.47-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.22%
GREEN value IS 175 (68.75% from 255) = 38.63%
BLUE value IS 200 (78.52% from 255) = 44.15%
R=17.22%
G=38.63%
B=44.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal781752000.610.1200.22192.352.5954.51
Hex4EAFC83DC016c03537
Octal11625731075140263006567
Binary10011101010111111001000111101110001011011000000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,175,200); }

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

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

 a { background-color: rgb(78,175,200); }

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

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

 span { border-color: rgb(78,175,200); }

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