#4FACBA

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

Shades of Viking #4FACBA

Tints of Viking #4FACBA

Color information

#4FACBA (or 0x4FACBA) is unknown color: approx Viking. HEX triplet: 4F, AC and BA. RGB value is (79,172,186). Sum of RGB (Red+Green+Blue) = 79+172+186=437 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.08% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #4FACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FACBA is #B05345. Grayscale: #919191. Windows color (decimal): -11555654 or 12233807. OLE color: 12233807.

HSL color Cylindrical-coordinate representation of color #4FACBA: hue angle of 187.85º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FACBA is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB79172186-
CMYK0.580.0800.27
HSL187.85º43.67%51.96%-
HSV(B)187.85º57.53%72.94%-
XYZ26.8434.7151.74-
YUV145.79150.6980.36-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.08%
GREEN value IS 172 (67.58% from 255) = 39.36%
BLUE value IS 186 (73.05% from 255) = 42.56%
R=18.08%
G=39.36%
B=42.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal791721860.580.0800.27187.8543.6751.96
Hex4FACBA3A801Bbc2c34
Octal11725427272100332745464
Binary10011111010110010111010111010100001101110111100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,172,186); }

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

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

 a { background-color: rgb(79,172,186); }

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

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

 span { border-color: rgb(79,172,186); }

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