#4FBFCA

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

Shades of Viking #4FBFCA

Tints of Viking #4FBFCA

Color information

#4FBFCA (or 0x4FBFCA) is unknown color: approx Viking. HEX triplet: 4F, BF and CA. RGB value is (79,191,202). Sum of RGB (Red+Green+Blue) = 79+191+202=472 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.74% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #4FBFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBFCA is #B04035. Grayscale: #9E9E9E. Windows color (decimal): -11550774 or 13287247. OLE color: 13287247.

HSL color Cylindrical-coordinate representation of color #4FBFCA: hue angle of 185.37º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FBFCA is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB79191202-
CMYK0.610.0500.21
HSL185.37º53.71%55.1%-
HSV(B)185.37º60.89%79.22%-
XYZ32.5243.1962.5-
YUV158.77152.3971.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.74%
GREEN value IS 191 (75% from 255) = 40.47%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=16.74%
G=40.47%
B=42.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal791912020.610.0500.21185.3753.7155.1
Hex4FBFCA3D5015b93637
Octal1172773127550252716667
Binary1001111101111111100101011110110101010110111001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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