#4EB7CF

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

Shades of Viking #4EB7CF

Tints of Viking #4EB7CF

Color information

#4EB7CF (or 0x4EB7CF) is unknown color: approx Viking. HEX triplet: 4E, B7 and CF. RGB value is (78,183,207). Sum of RGB (Red+Green+Blue) = 78+183+207=468 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.67% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #4EB7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EB7CF is #B14830. Grayscale: #9A9A9A. Windows color (decimal): -11618353 or 13612878. OLE color: 13612878.

HSL color Cylindrical-coordinate representation of color #4EB7CF: hue angle of 191.16º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EB7CF is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB78183207-
CMYK0.620.1200.19
HSL191.16º57.33%55.88%-
HSV(B)191.16º62.32%81.18%-
XYZ31.3439.9965.1-
YUV154.34157.7173.55-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.67%
GREEN value IS 183 (71.88% from 255) = 39.10%
BLUE value IS 207 (81.25% from 255) = 44.23%
R=16.67%
G=39.10%
B=44.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal781832070.620.1200.19191.1657.3355.88
Hex4EB7CF3EC013bf3938
Octal11626731776140232777170
Binary10011101011011111001111111110110001001110111111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,183,207); }

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

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

 a { background-color: rgb(78,183,207); }

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

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

 span { border-color: rgb(78,183,207); }

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