#4FBCD0

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

Shades of Viking #4FBCD0

Tints of Viking #4FBCD0

Color information

#4FBCD0 (or 0x4FBCD0) is unknown color: approx Viking. HEX triplet: 4F, BC and D0. RGB value is (79,188,208). Sum of RGB (Red+Green+Blue) = 79+188+208=475 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.63% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 208 - color contains mainly: blue. Hex color #4FBCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBCD0 is #B0432F. Grayscale: #9D9D9D. Windows color (decimal): -11551536 or 13679695. OLE color: 13679695.

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

Color convert

RGB79188208-
CMYK0.620.1000.18
HSL189.3º57.85%56.27%-
HSV(B)189.3º62.02%81.57%-
XYZ32.5942.1866.1-
YUV157.69156.3971.87-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.63%
GREEN value IS 188 (73.83% from 255) = 39.58%
BLUE value IS 208 (81.64% from 255) = 43.79%
R=16.63%
G=39.58%
B=43.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal791882080.620.1000.18189.357.8556.27
Hex4FBCD03EA012bd3a38
Octal11727432076120222757270
Binary10011111011110011010000111110101001001010111101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,188,208); }

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

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

 a { background-color: rgb(79,188,208); }

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

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

 span { border-color: rgb(79,188,208); }

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