#4EB1CE

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

Shades of Viking #4EB1CE

Tints of Viking #4EB1CE

Color information

#4EB1CE (or 0x4EB1CE) is unknown color: approx Viking. HEX triplet: 4E, B1 and CE. RGB value is (78,177,206). Sum of RGB (Red+Green+Blue) = 78+177+206=461 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.92% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #4EB1CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EB1CE is #B14E31. Grayscale: #969696. Windows color (decimal): -11619890 or 13545806. OLE color: 13545806.

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

Color convert

RGB78177206-
CMYK0.620.1400.19
HSL193.59º56.64%55.69%-
HSV(B)193.59º62.14%80.78%-
XYZ3037.5264.05-
YUV150.71159.276.14-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.92%
GREEN value IS 177 (69.53% from 255) = 38.39%
BLUE value IS 206 (80.86% from 255) = 44.69%
R=16.92%
G=38.39%
B=44.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal781772060.620.1400.19193.5956.6455.69
Hex4EB1CE3EE013c23938
Octal11626131676160233027170
Binary10011101011000111001110111110111001001111000010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,177,206); }

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

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

 a { background-color: rgb(78,177,206); }

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

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

 span { border-color: rgb(78,177,206); }

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