#4EBBD1

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

Shades of Viking #4EBBD1

Tints of Viking #4EBBD1

Color information

#4EBBD1 (or 0x4EBBD1) is unknown color: approx Viking. HEX triplet: 4E, BB and D1. RGB value is (78,187,209). Sum of RGB (Red+Green+Blue) = 78+187+209=474 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.46% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 209 - color contains mainly: blue. Hex color #4EBBD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBBD1 is #B1442E. Grayscale: #9C9C9C. Windows color (decimal): -11617327 or 13744974. OLE color: 13744974.

HSL color Cylindrical-coordinate representation of color #4EBBD1: hue angle of 190.08º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4EBBD1 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB78187209-
CMYK0.630.1100.18
HSL190.08º58.74%56.27%-
HSV(B)190.08º62.68%81.96%-
XYZ32.4241.7666.67-
YUV156.92157.3971.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.46%
GREEN value IS 187 (73.44% from 255) = 39.45%
BLUE value IS 209 (82.03% from 255) = 44.09%
R=16.46%
G=39.45%
B=44.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal781872090.630.1100.18190.0858.7456.27
Hex4EBBD13FB012be3b38
Octal11627332177130222767370
Binary10011101011101111010001111111101101001010111110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,187,209); }

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

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

 a { background-color: rgb(78,187,209); }

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

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

 span { border-color: rgb(78,187,209); }

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