#4FBDB9

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

Shades of Viking #4FBDB9

Tints of Viking #4FBDB9

Color information

#4FBDB9 (or 0x4FBDB9) is unknown color: approx Viking. HEX triplet: 4F, BD and B9. RGB value is (79,189,185). Sum of RGB (Red+Green+Blue) = 79+189+185=453 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.44% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #4FBDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBDB9 is #B04246. Grayscale: #9B9B9B. Windows color (decimal): -11551303 or 12172623. OLE color: 12172623.

HSL color Cylindrical-coordinate representation of color #4FBDB9: hue angle of 177.82º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBDB9 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB79189185-
CMYK0.5800.020.26
HSL177.82º45.45%52.55%-
HSV(B)177.82º58.2%74.12%-
XYZ30.1841.5652.33-
YUV155.65144.5673.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.44%
GREEN value IS 189 (74.22% from 255) = 41.72%
BLUE value IS 185 (72.66% from 255) = 40.84%
R=17.44%
G=41.72%
B=40.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal791891850.5800.020.26177.8245.4552.55
Hex4FBDB93A021Ab22d35
Octal1172752717202322625565
Binary100111110111101101110011110100101101010110010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,189,185); }

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

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

 a { background-color: rgb(79,189,185); }

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

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

 span { border-color: rgb(79,189,185); }

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