#4FBBC5

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

Shades of Viking #4FBBC5

Tints of Viking #4FBBC5

Color information

#4FBBC5 (or 0x4FBBC5) is unknown color: approx Viking. HEX triplet: 4F, BB and C5. RGB value is (79,187,197). Sum of RGB (Red+Green+Blue) = 79+187+197=463 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.06% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 197 (77.34% from 255 or 42.55% from 463); Max value from RGB is 197 - color contains mainly: blue. Hex color #4FBBC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBBC5 is #B0443A. Grayscale: #9B9B9B. Windows color (decimal): -11551803 or 12958543. OLE color: 12958543.

HSL color Cylindrical-coordinate representation of color #4FBBC5: hue angle of 185.08º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FBBC5 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB79187197-
CMYK0.600.0500.23
HSL185.08º50.43%54.12%-
HSV(B)185.08º59.9%77.25%-
XYZ31.0741.2359.14-
YUV155.85151.2273.19-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.06%
GREEN value IS 187 (73.44% from 255) = 40.39%
BLUE value IS 197 (77.34% from 255) = 42.55%
R=17.06%
G=40.39%
B=42.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal791871970.600.0500.23185.0850.4354.12
Hex4FBBC53C5017b93236
Octal1172733057450272716266
Binary1001111101110111100010111110010101011110111001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,187,197); }

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

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

 a { background-color: rgb(79,187,197); }

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

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

 span { border-color: rgb(79,187,197); }

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