#4EB9CF

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

Shades of Viking #4EB9CF

Tints of Viking #4EB9CF

Color information

#4EB9CF (or 0x4EB9CF) is unknown color: approx Viking. HEX triplet: 4E, B9 and CF. RGB value is (78,185,207). Sum of RGB (Red+Green+Blue) = 78+185+207=470 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.60% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #4EB9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EB9CF is #B14630. Grayscale: #9B9B9B. Windows color (decimal): -11617841 or 13613390. OLE color: 13613390.

HSL color Cylindrical-coordinate representation of color #4EB9CF: hue angle of 190.23º 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 #4EB9CF is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB78185207-
CMYK0.620.1100.19
HSL190.23º57.33%55.88%-
HSV(B)190.23º62.32%81.18%-
XYZ31.7540.8265.24-
YUV155.52157.0572.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.60%
GREEN value IS 185 (72.66% from 255) = 39.36%
BLUE value IS 207 (81.25% from 255) = 44.04%
R=16.60%
G=39.36%
B=44.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal781852070.620.1100.19190.2357.3355.88
Hex4EB9CF3EB013be3938
Octal11627131776130232767170
Binary10011101011100111001111111110101101001110111110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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