#4FBEC8

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

Shades of Viking #4FBEC8

Tints of Viking #4FBEC8

Color information

#4FBEC8 (or 0x4FBEC8) is unknown color: approx Viking. HEX triplet: 4F, BE and C8. RGB value is (79,190,200). Sum of RGB (Red+Green+Blue) = 79+190+200=469 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.84% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 200 - color contains mainly: blue. Hex color #4FBEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBEC8 is #B04137. Grayscale: #9D9D9D. Windows color (decimal): -11551032 or 13155919. OLE color: 13155919.

HSL color Cylindrical-coordinate representation of color #4FBEC8: hue angle of 184.96º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FBEC8 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB79190200-
CMYK0.600.0500.22
HSL184.96º52.38%54.71%-
HSV(B)184.96º60.5%78.43%-
XYZ32.0642.6661.19-
YUV157.95151.7371.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.84%
GREEN value IS 190 (74.61% from 255) = 40.51%
BLUE value IS 200 (78.52% from 255) = 42.64%
R=16.84%
G=40.51%
B=42.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal791902000.600.0500.22184.9652.3854.71
Hex4FBEC83C5016b93437
Octal1172763107450262716467
Binary1001111101111101100100011110010101011010111001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,190,200); }

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

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

 a { background-color: rgb(79,190,200); }

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

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

 span { border-color: rgb(79,190,200); }

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