#4EBACD

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

Shades of Viking #4EBACD

Tints of Viking #4EBACD

Color information

#4EBACD (or 0x4EBACD) is unknown color: approx Viking. HEX triplet: 4E, BA and CD. RGB value is (78,186,205). Sum of RGB (Red+Green+Blue) = 78+186+205=469 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.63% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #4EBACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBACD is #B14532. Grayscale: #9B9B9B. Windows color (decimal): -11617587 or 13482574. OLE color: 13482574.

HSL color Cylindrical-coordinate representation of color #4EBACD: hue angle of 188.98º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EBACD is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB78186205-
CMYK0.620.0900.20
HSL188.98º55.95%55.49%-
HSV(B)188.98º61.95%80.39%-
XYZ31.7241.1564.03-
YUV155.87155.7272.46-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.63%
GREEN value IS 186 (73.05% from 255) = 39.66%
BLUE value IS 205 (80.47% from 255) = 43.71%
R=16.63%
G=39.66%
B=43.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal781862050.620.0900.20188.9855.9555.49
Hex4EBACD3E9014bd3837
Octal11627231576110242757067
Binary10011101011101011001101111110100101010010111101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,186,205); }

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

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

 a { background-color: rgb(78,186,205); }

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

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

 span { border-color: rgb(78,186,205); }

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