#4FB3BF

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

Shades of Viking #4FB3BF

Tints of Viking #4FB3BF

Color information

#4FB3BF (or 0x4FB3BF) is unknown color: approx Viking. HEX triplet: 4F, B3 and BF. RGB value is (79,179,191). Sum of RGB (Red+Green+Blue) = 79+179+191=449 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.59% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #4FB3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB3BF is #B04C40. Grayscale: #969696. Windows color (decimal): -11553857 or 12563279. OLE color: 12563279.

HSL color Cylindrical-coordinate representation of color #4FB3BF: hue angle of 186.43º 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 #4FB3BF is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB79179191-
CMYK0.590.0600.25
HSL186.43º46.67%52.94%-
HSV(B)186.43º58.64%74.9%-
XYZ28.7537.6655.04-
YUV150.47150.8777.02-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.59%
GREEN value IS 179 (70.31% from 255) = 39.87%
BLUE value IS 191 (75% from 255) = 42.54%
R=17.59%
G=39.87%
B=42.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal791791910.590.0600.25186.4346.6752.94
Hex4FB3BF3B6019ba2f35
Octal1172632777360312725765
Binary1001111101100111011111111101111001100110111010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,179,191); }

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

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

 a { background-color: rgb(79,179,191); }

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

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

 span { border-color: rgb(79,179,191); }

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