#4FB2BF

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

Shades of Viking #4FB2BF

Tints of Viking #4FB2BF

Color information

#4FB2BF (or 0x4FB2BF) is unknown color: approx Viking. HEX triplet: 4F, B2 and BF. RGB value is (79,178,191). Sum of RGB (Red+Green+Blue) = 79+178+191=448 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.63% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #4FB2BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FB2BF is #B04D40. Grayscale: #959595. Windows color (decimal): -11554113 or 12563023. OLE color: 12563023.

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

Color convert

RGB79178191-
CMYK0.590.0700.25
HSL186.96º46.67%52.94%-
HSV(B)186.96º58.64%74.9%-
XYZ28.5537.2654.98-
YUV149.88151.277.44-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.63%
GREEN value IS 178 (69.92% from 255) = 39.73%
BLUE value IS 191 (75% from 255) = 42.63%
R=17.63%
G=39.73%
B=42.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal791781910.590.0700.25186.9646.6752.94
Hex4FB2BF3B7019bb2f35
Octal1172622777370312735765
Binary1001111101100101011111111101111101100110111011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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