#4FB1BE

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

Shades of Viking #4FB1BE

Tints of Viking #4FB1BE

Color information

#4FB1BE (or 0x4FB1BE) is unknown color: approx Viking. HEX triplet: 4F, B1 and BE. RGB value is (79,177,190). Sum of RGB (Red+Green+Blue) = 79+177+190=446 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.71% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #4FB1BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FB1BE is #B04E41. Grayscale: #959595. Windows color (decimal): -11554370 or 12497231. OLE color: 12497231.

HSL color Cylindrical-coordinate representation of color #4FB1BE: hue angle of 187.03º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FB1BE is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB79177190-
CMYK0.580.0700.25
HSL187.03º46.06%52.75%-
HSV(B)187.03º58.42%74.51%-
XYZ28.2436.8254.33-
YUV149.18151.0377.94-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.71%
GREEN value IS 177 (69.53% from 255) = 39.69%
BLUE value IS 190 (74.61% from 255) = 42.60%
R=17.71%
G=39.69%
B=42.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal791771900.580.0700.25187.0346.0652.75
Hex4FB1BE3A7019bb2e35
Octal1172612767270312735665
Binary1001111101100011011111011101011101100110111011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,177,190); }

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

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

 a { background-color: rgb(79,177,190); }

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

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

 span { border-color: rgb(79,177,190); }

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