#4EBFD7

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

Shades of Viking #4EBFD7

Tints of Viking #4EBFD7

Color information

#4EBFD7 (or 0x4EBFD7) is unknown color: approx Viking. HEX triplet: 4E, BF and D7. RGB value is (78,191,215). Sum of RGB (Red+Green+Blue) = 78+191+215=484 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.12% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 215 (84.38% from 255 or 44.42% from 484); Max value from RGB is 215 - color contains mainly: blue. Hex color #4EBFD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBFD7 is #B14028. Grayscale: #9F9F9F. Windows color (decimal): -11616297 or 14139214. OLE color: 14139214.

HSL color Cylindrical-coordinate representation of color #4EBFD7: hue angle of 190.51º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EBFD7 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB78191215-
CMYK0.640.1100.16
HSL190.51º63.13%57.45%-
HSV(B)190.51º63.72%84.31%-
XYZ34.0443.7970.95-
YUV159.95159.0669.55-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.12%
GREEN value IS 191 (75% from 255) = 39.46%
BLUE value IS 215 (84.38% from 255) = 44.42%
R=16.12%
G=39.46%
B=44.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal781912150.640.1100.16190.5163.1357.45
Hex4EBFD740B010bf3f39
Octal116277327100130202777771
Binary100111010111111110101111000000101101000010111111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,191,215); }

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

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

 a { background-color: rgb(78,191,215); }

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

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

 span { border-color: rgb(78,191,215); }

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