#4EBEBF

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

Shades of Viking #4EBEBF

Tints of Viking #4EBEBF

Color information

#4EBEBF (or 0x4EBEBF) is unknown color: approx Viking. HEX triplet: 4E, BE and BF. RGB value is (78,190,191). Sum of RGB (Red+Green+Blue) = 78+190+191=459 (60% of max value = 765). Red value is 78 (30.86% from 255 or 16.99% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #4EBEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBEBF is #B14140. Grayscale: #9C9C9C. Windows color (decimal): -11616577 or 12566094. OLE color: 12566094.

HSL color Cylindrical-coordinate representation of color #4EBEBF: hue angle of 180.53º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBEBF is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB78190191-
CMYK0.590.0100.25
HSL180.53º46.89%52.75%-
HSV(B)180.53º59.16%74.9%-
XYZ30.9642.2155.81-
YUV156.63147.3971.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.99%
GREEN value IS 190 (74.61% from 255) = 41.39%
BLUE value IS 191 (75% from 255) = 41.61%
R=16.99%
G=41.39%
B=41.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781901910.590.0100.25180.5346.8952.75
Hex4EBEBF3B1019b52f35
Octal1162762777310312655765
Binary10011101011111010111111111011101100110110101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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