#4FA6BA

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

Shades of Viking #4FA6BA

Tints of Viking #4FA6BA

Color information

#4FA6BA (or 0x4FA6BA) is unknown color: approx Viking. HEX triplet: 4F, A6 and BA. RGB value is (79,166,186). Sum of RGB (Red+Green+Blue) = 79+166+186=431 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.33% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #4FA6BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA6BA is #B05945. Grayscale: #8E8E8E. Windows color (decimal): -11557190 or 12232271. OLE color: 12232271.

HSL color Cylindrical-coordinate representation of color #4FA6BA: hue angle of 191.21º 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 #4FA6BA is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB79166186-
CMYK0.580.1100.27
HSL191.21º43.67%51.96%-
HSV(B)191.21º57.53%72.94%-
XYZ25.7232.4851.37-
YUV142.27152.6882.87-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.33%
GREEN value IS 166 (65.23% from 255) = 38.52%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=18.33%
G=38.52%
B=43.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal791661860.580.1100.27191.2143.6751.96
Hex4FA6BA3AB01Bbf2c34
Octal11724627272130332775464
Binary10011111010011010111010111010101101101110111111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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