#4FB9BF

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

Shades of Viking #4FB9BF

Tints of Viking #4FB9BF

Color information

#4FB9BF (or 0x4FB9BF) is unknown color: approx Viking. HEX triplet: 4F, B9 and BF. RGB value is (79,185,191). Sum of RGB (Red+Green+Blue) = 79+185+191=455 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.36% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #4FB9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB9BF is #B04640. Grayscale: #999999. Windows color (decimal): -11552321 or 12564815. OLE color: 12564815.

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

Color convert

RGB79185191-
CMYK0.590.0300.25
HSL183.21º46.67%52.94%-
HSV(B)183.21º58.64%74.9%-
XYZ29.9840.1255.45-
YUV153.99148.8874.51-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.36%
GREEN value IS 185 (72.66% from 255) = 40.66%
BLUE value IS 191 (75% from 255) = 41.98%
R=17.36%
G=40.66%
B=41.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal791851910.590.0300.25183.2146.6752.94
Hex4FB9BF3B3019b72f35
Octal1172712777330312675765
Binary100111110111001101111111110111101100110110111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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